Willem van der Jagt
Willem van der Jagt
Sounds like a good idea. Thanks for the pointer! I just tried but it doesn't want to convert from a one `crt` to another `crt`. It says `Error: File is...
Oh right! I could have seen that in the Makefile :-) Sorry! GOOD NEWS: I am able to build `master` successfully, and create a cartridge using `cartconv` and the cartridge...
> The ”aa” is probably some emulator issue. Try enabling true drive emulation. I wonder if `aa` is from [here](https://github.com/jkotlinski/durexforth/blob/e20515ea8a38643084e8b4a83f419747128d46c4/Makefile#L48) . > Or, use cartconv to convert the .crt to...
I found what is causing this. [This](https://github.com/scotws/TaliForth2/blob/master/native_words.asm#L11525) is setting the counter back to `0` while it already has the next word in memory that it's about to print, so it...
👋 @SamCoVT Thanks for the message! Yeah, I'm on `master`, using Ophis. I just put up a PR here: https://github.com/scotws/TaliForth2/pull/271. This change fixes it for me. I hope the PR...