Difference between revisions of "Z80:Directives:ENDASM"

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

Latest revision as of 17:51, 5 February 2016

Endasm disables assembling after the line. Asm resumes assembling.

Syntax

   .endasm
   
   .asm

Allowed inputs

Uses

Useful for defining multiple-line comments.

See Also

asm