The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

z80masm - a macro assembler for the Z80 micro-processor

DESCRIPTION

A simple wrapper around the CPU::Z80::Assembler perl module

SYNOPSIS

    z80masm sourcefile

    z80masm sourcefile destfile

USAGE

The 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 FEEDBACK

See CPU::Z80::Assembler.

SEE ALSO

CPU::Emulator::Z80 CPU::Z80::Assembler

AUTHORS, COPYRIGHT and LICENCE

See CPU::Z80::Assembler.