z80:Directives:DEFLONG

From Learn @ Cemetech
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

Syntax

   .deflong name[(argument [, argument [, ...]])]
   replacement
   .enddeflong

Allowed inputs

Uses

See Also

define defcont