mirror of
https://github.com/mupen64plus-ae/parallel-rsp.git
synced 2024-11-23 05:29:39 +00:00
12 lines
114 B
ArmAsm
12 lines
114 B
ArmAsm
.data
|
|
.byte 0, 0, 0, 0
|
|
foobar:
|
|
.byte 0x92, 0x70
|
|
|
|
.text
|
|
.global main
|
|
main:
|
|
la $t1, foobar
|
|
lhu $t0, 0($t1)
|
|
break
|