Difference between revisions of "Z80:Directives:DEFINE"

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

Latest revision as of 16:54, 5 February 2016

Defines a new (TASM-style) macro. Macros are basic find-and-replace operations, and as such lines of code are modified before being assembled.

Syntax

   .define name[(argument [, argument [, ...]])] replacement

Allowed inputs

Uses

See Also

undef defcont deflong defined()