SamCoVT / TaliForth2

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

SPACES doesn't properly handle negative numbers #19

Closed SamCoVT closed 1 year ago

SamCoVT commented 1 year ago

It currently treats the value on the stack as unsigned. It should print 0 spaces for a negative value.