Difference between revisions of "Z80:Directives:DEFINED"

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

Latest revision as of 16:42, 5 February 2016

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