z80:Directives:ELSE

From Learn @ Cemetech
Revision as of 17:01, 5 February 2016 by Maintenance script (talk | contribs) (Initial automated import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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