z80:Directives:DEFINED

From Learn @ Cemetech
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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