z80:Directives:IFNDEF
From Learn @ Cemetech
Jump to navigationJump to searchIs an inverted version of ifdef in that it assembles if the macro does not exist.
Contents
Syntax
.ifndef macro
Allowed inputs
Uses
See Also
Is an inverted version of ifdef in that it assembles if the macro does not exist.
.ifndef macro