Difference between revisions of "Z80:Directives:IFNDEF"

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

Latest revision as of 17:55, 5 February 2016

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