Short-circuit evaluation: Difference between revisions

m
No edit summary
Line 189:
The relevant code for the actual invoking of the functions:
<lang 6502asm>lda #True
sta z_B
lda #True
sta z_C
jsr Func_A_and_B
jsr NewLine
jsr Func_A_or_B
jmp *</lang>
 
And finally the output:
1,489

edits