z80:Directives:ASM

From Learn @ Cemetech
Revision as of 17:26, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

endasm