Difference between revisions of "Z80:Directives:ELSEIFDEF/ELSEIFNDEF"

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

Latest revision as of 17:18, 5 February 2016

The same as elseif except that it uses the ifdef or ifndef conditionals:

Syntax

   .elseifdef macro

Allowed inputs

Uses

See Also

elseif ifdef ifndef