RosettaCodeData/Task/Gotchas/6502-Assembly/gotchas-3.6502
2023-07-01 13:44:08 -04:00

2 lines
174 B
Text

INC $2005 ;the intent was to scroll the NES's screen to the right one pixel. That's not gonna happen.
;What actually happens? Who knows! (I made this mistake once long ago.)