scotws / TaliForth2

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

Rewrite Tali as-is with 64tass as new assembler #252

Open scotws opened 4 years ago

scotws commented 4 years ago

Requires #250 and #251 to be finished.

Rewrite Tali in the new version of assembler in just the way it is, so we can use the existing test scripts with little modification. Once that is finished, we can start on the next steps such as restructuring the code for a more modular approach.

SamCoVT commented 4 years ago

257 is pretty much exactly this and no more. Making portions of Tali optional or using the memory-map features of 64tass have not been started.

SamCoVT commented 3 years ago

I think this can be closed. I've been working with your master-64tass branch for a while now and everything seems pretty stable there. The test suite has been awesome in letting me know if I broke anything while poking around, and the tass64 version currently passes all tests.