<--  back   Last regenerated: 2010-09-08 15:25:13 kio

zasm - Z80 Assembler

Source files

ZASM supports the typical layout for Target files: #target z80Z80 assembler sources, that is, it expects one instruction per line. Comments start with a semicolon ";" and Source files: Label definitionslabel definitions start in column 1. Source files: Assembler directivesAssembler directives all start with a hash "#".

Valid HTML   Valid CSS