GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CPU::Z80::Assembler::Segment(3) User Contributed Perl Documentation CPU::Z80::Assembler::Segment(3)

CPU::Z80::Assembler::Segment - Represents one segment of assembly opcodes

  use CPU::Z80::Assembler::Segment;
  my $segment = CPU::Z80::Assembler::Segment->new(
                                        name => $name,
                                        address => 0,
                                        line => $line,
                                        child => [$opcode, ...]);
  $self->add(@opcodes);

This module defines the class that represents one continuous segment of assembly instruction opcodes CPU::Z80::Assembler::Opcode.

Nothing.

Creates a new object, see Class::Struct.

Each child is one CPU::Z80::Assembler::Opcode object.

Get/set of segment name.

Get/set of base address of the segment.

Get/set the line - text, file name and line number of the start of the segment.

Adds the opcodes to the segment. The line of the first opcode added is copied to the segment for error messages.

See CPU::Z80::Assembler.

CPU::Z80::Assembler CPU::Z80::Assembler::Opcode Asm::Preproc::Line Class::Struct

See CPU::Z80::Assembler.
2019-07-06 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.