BigEd / atalan

Automatically exported from code.google.com/p/atalan
MIT License
1 stars 0 forks source link

Loop reversal #103

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Change the loop to count down.

for i:0..100 =>  for i:100..0 

For 6502, this is useful for loops in range: 1..?  (bne) 0..<0..127> (bpl) with 
step 1 (changed to -1).

Original issue reported on code.google.com by rudla.ku...@gmail.com on 18 Jun 2012 at 11:59