z80:Directives:DEFINE

From Learn @ Cemetech
Revision as of 16:54, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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()