z80:Directives:DEFINED
From Learn @ Cemetech
Jump to navigationJump to searchDetermines whether a macro has been defined or not.
Contents
Syntax
defined(macro)
Allowed inputs
Uses
.if defined(debug) ; The macro "debug" has been defined. .endif
See Also