Difference between revisions of "Z80:Directives:ASM"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
(No difference)

Latest revision as of 17:26, 5 February 2016

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