jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

REFILL regression #505

Closed jkotlinski closed 1 year ago

jkotlinski commented 1 year ago

Seems something broke with a9482fe9260049e8f19bf4220f9d34e63b82d5fa.

repro

  1. start v
  2. insert include io .( a)
  3. press F7

what happens

io module is loaded, but nothing is printed on screen

expected

the letter a is printed on screen

Whammo commented 1 year ago

Somehow, I think this is related to the issue I had with V when replacing LOADB and SAVEB with their forth equivalents.

jkotlinski commented 1 year ago

This took a while to figure out. I hope it fixes your problem!

Whammo commented 1 year ago

I can't make sense of that stuff yet. I need more bigger screens!

jkotlinski commented 1 year ago

when trying to make a test case for this, I found another bug :-(