z80:Directives:ELSEIF
From Learn @ Cemetech
Jump to navigationJump to searchIf 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.
Contents
Syntax
.elseif expression
Allowed inputs
Uses
See Also