ams-hackers / gbforth

👾 A Forth-based Game Boy development kit
https://gbforth.org
MIT License
128 stars 24 forks source link

Consider supporting MOVE at toplevel #302

Open tkers opened 5 years ago

tkers commented 5 years ago

Right now move and friends are only available at run-time, or at compile-time from the host context. Consider supporting these words at compile-time in the target context too, in a way that they cross-copy memory from the host to the ROM.

The word mem, already works in a similar way: compiling data from host to ROM at the dictionary pointer.

Considerations: