z80:Directives:ASM
From Learn @ Cemetech
Jump to navigationJump to search
Enables assembling after this line; only required after using .endasm.
Syntax
.endasm .asm
Allowed inputs
Uses
Useful for defining multiple-line comments.
See Also