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 "#". |