RosettaCodeData/Task/Video-display-modes/ARM-Assembly/video-display-modes.arm
2023-07-01 13:44:08 -04:00

3 lines
162 B
Text

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.