z80:Directives:IFNDEF

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

Is an inverted version of ifdef in that it assembles if the macro does not exist.

Syntax

   .ifndef macro

Allowed inputs

Uses

See Also

if ifdef