SamCoVT / TaliForth2

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

Change platform_bye to kernel_bye #77

Closed SamCoVT closed 3 months ago

SamCoVT commented 3 months ago

The label in the platform file for the Forth BYE word currently uses platformbye while all the other "kernel" words are prefixed with kernel. Changing to kernel_bye will require updating all of the other platform files and verifying that they build.

SamCoVT commented 3 months ago

Now fixed. Detected an issue with the io_blk_xxxx labels on non-simulator platforms and fixed that as well. Now all existing platforms assemble again.