The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.