z80:Directives:DEFLONG
From Learn @ Cemetech
Revision as of 16:48, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
Defining lengthy macros can be a painful job, and so you can use this directive to define a macro with multiple lines without having to use defcont.
Contents
Syntax
.deflong name[(argument [, argument [, ...]])] replacement .enddeflong
Allowed inputs
Uses
See Also