z80:Directives:DEFINED

From Learn @ Cemetech
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