RosettaCodeData/Task/Video-display-modes/ARM-Assembly/video-display-modes.arm

4 lines
162 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
MOV R1,#0x04000000
MOV R0,#0x403
STR r0,[r1] ;the game boy advance is little-endian, so I would have expected this not to work. However it does indeed work.