z80:Directives:ENDASM
From Learn @ Cemetech
Jump to navigationJump to search
Endasm disables assembling after the line. Asm resumes assembling.
Syntax
.endasm .asm
Allowed inputs
Uses
Useful for defining multiple-line comments.
See Also