Difference between revisions of "Z80:Directives:ELSE"

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

Latest revision as of 17:01, 5 February 2016

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