chitselb / pettil

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

nesting loads does not work properly #41

Closed chitselb closed 4 years ago

chitselb commented 10 years ago

e.g. not start at the beginning of the screen. Maybe rethink use of >IN as BLK and >IN are saved to the return stack by LOAD

( screen 1 ) 2 5 thru 7 load

( screen 2 ) ... some code ... ( screen 3 ) ... some code ... ( screen 4 ) ... some code ... ( screen 5 ) ... some code ... ( screen 6) ... something else ... ( screen 7 ) ... more code ...

chitselb commented 4 years ago

all better now