Difference between revisions of "Z80:Directives:DEFLONG"

From Learn @ Cemetech
Jump to navigationJump to search
(Initial automated import)
 
m
 
Line 1: Line 1:
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 [[Z80:Directives:defcont|defcont]].
+
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 [[Z80:Directives:DEFCONT|defcont]].
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 08:21, 6 February 2016

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