chitselb / pettil

6502 Forth-83 dialect for the Commodore PET 2001
http://pettil.tumblr.com
34 stars 3 forks source link

+LOOP is slower than Blazin' #53

Closed chitselb closed 9 years ago

chitselb commented 9 years ago

rethink DO I +LOOP LOOP

chitselb commented 9 years ago

but it works, and I does not require adjustments.

https://groups.google.com/d/msg/comp.lang.forth/V9evPkLwRoM/GJgrBQkLPG0J "FWIW in my experience I is used far, far more than +LOOP, which is relatively rare. /LOOP and \LOOP ("ramp-up loop" and "ramp down loop") are quite useful, and indeed quite fast.

Cheers, Elizabeth"