z80:Directives:DEFINED

From Learn @ Cemetech
Revision as of 16:42, 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

Determines whether a macro has been defined or not.

Syntax

   defined(macro)

Allowed inputs

Uses

   .if defined(debug)
       ; The macro "debug" has been defined.
   .endif

See Also

define ifdef