Conditional structures: Difference between revisions

m
(Conditional structures en Verilog)
m (→‎{{header|6502 Assembly}}: corrected typo)
Line 186:
ADC #1
STA OtherVariable ; ...to here.</lang>
Because you don't have to perform a comparison to set the flags, you can perform very fast checks in interativeiterative loops:
<lang 6502asm> LDX #100
Loop: ...do something
1,489

edits