scotws / TaliForth2

A Subroutine Threaded Code (STC) ANS-like Forth for the 65c02
Other
86 stars 23 forks source link

Fixed spaces to load space into A every loop #253

Closed SamCoVT closed 4 years ago

SamCoVT commented 4 years ago

Fixes #249. SPACES was the only word that expected the output routine to leave the value in A, so I just fixed that one word to always load a space before outputting.