ams-hackers / gbforth

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

Implement simplified pictured output words #290

Closed davazp closed 6 years ago

davazp commented 6 years ago

Add words <# # #s #> and pad. Then, use them to implement .R

The idea is to remove the commented out the area of sokoban #287 that requires .R. However, it doesn't quite work, it seems to be writing somewhere where it shouldn't. The system hangs.

It works on GNU/Forth though, so it could be related to video memory.

I tried replacing c! with a c!video version but still couldn't make it work so I open this PR to keep track or it for the future.