Hello all, I've been working on a baremetal colorforth compiler on the DS in my spare time for the last few months.
However I've run into a relatively big roadblock namely reading from anything larger than the available ram.
I have 2 options: either DLDI or reading directly from the cart.
So far I've got DLDI working more or less on real hardware but havent had much success getting it to work on a PC emu.
On the other hand, reading from the cart seems like the universal option as its...
emulating DLDI | reading from cartridge
However I've run into a relatively big roadblock namely reading from anything larger than the available ram.
I have 2 options: either DLDI or reading directly from the cart.
So far I've got DLDI working more or less on real hardware but havent had much success getting it to work on a PC emu.
On the other hand, reading from the cart seems like the universal option as its...
emulating DLDI | reading from cartridge