z80:Directives:ELSE

From Learn @ Cemetech
Jump to navigationJump to search

If 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.

Syntax

   .else

Allowed inputs

Uses

See Also

if elseif