Difference between revisions of "Z80:Directives:ELSEIF"

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

Latest revision as of 17:27, 5 February 2016

If the preceding if statement failed, this expression is evaluated. It works a bit like a second if statement to replace the first if it doesn't work.

Syntax

   .elseif expression

Allowed inputs

Uses

See Also

if else