|
NAMEz80masm - a macro assembler for the Z80 micro-processor DESCRIPTIONA simple wrapper around the CPU::Z80::Assembler perl module SYNOPSIS z80masm sourcefile
z80masm sourcefile destfile
USAGEThe source file is mandatory. The destination file, if not specified, will be the same as the source file, with .o appended. For details of the assembler language, see CPU::Z80::Assembler. BUGS and FEEDBACKSee CPU::Z80::Assembler. SEE ALSOCPU::Emulator::Z80 CPU::Z80::Assembler AUTHORS, COPYRIGHT and LICENCESee CPU::Z80::Assembler.
|