-
-
06 Jul 2019 22:46:02 UTC
- Distribution: CPU-Z80-Assembler
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers (445 / 0 / 6)
- Kwalitee
Bus factor: 1- 97.18% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (155.54KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE userNAME
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.
Module Install Instructions
To install CPU::Z80::Assembler, copy and paste the appropriate command in to your terminal.
cpanm CPU::Z80::Assembler
perl -MCPAN -e shell install CPU::Z80::Assembler
For more information on module installation, please visit the detailed CPAN module installation guide.