SamCoVT / TaliForth2

A Subroutine Threaded Code (STC) ANSI-like Forth for the 65c02
Other
29 stars 7 forks source link

Fixed Unknown Word error to print full word even if partially converted to number #15

Closed SamCoVT closed 1 year ago

SamCoVT commented 1 year ago

This DUPs the original addr u (string info) on the data stack in case an error message needs to print the original string. If the string converts to a number (or character in the case of input like 'A') properly, the original addr u is discarded.