vampirehunt2 / aniol64

z80-based computer
0 stars 0 forks source link

using onp restarts the computer #15

Closed vampirehunt2 closed 1 year ago

vampirehunt2 commented 1 year ago

The issue is in onp_main, line 38

.loop: CALL str_tok PUSH HL CALL str_len CP 0 JR Z, .end <-- BUG HERE: no POP IX is executed CALL onp_processToken POP IX JR .loop

vampirehunt2 commented 1 year ago

Done https://github.com/vampirehunt2/aniol64/commit/8d625c96accaa2ce923a0085651be958e05f21e3