z80:Directives:ELSE
From Learn @ Cemetech
Jump to navigationJump to searchIf a preceding conditional statement evaluated to false, the following block of code will be assembled instead. If it evaluated to true, the following block of code will be skipped.
Contents
Syntax
.else
Allowed inputs
Uses
See Also