jkotlinski / durexforth

Modern C64 Forth
Other
230 stars 28 forks source link

Fix tick #563

Closed ekipan closed 1 year ago

ekipan commented 1 year ago

This commit broke error reporting when ' was used with a missing word. This PR fixes that. The 0 from find-name remained on the stack where notfound interprets it as the string length.

ekipan commented 1 year ago

Looks like that was the only asm use of NIP. Should I move it back to base.fs?

jkotlinski commented 1 year ago

Oh! Sorry for that, it was sloppy not to test enough.

I wouldn't worry about NIP, it is not out of place in core.asm.