mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-01 00:17:32 +00:00
8237818ff9
* initial gte setup * starting to parse gte instructions * R3000_GTE -> R3000GTE * decode all the non-operand instructions * remove printfs, whoops * decode gte with operands * cleanups * bindings stuffs * RabbitizerInstrId_isValid * fix missing include
9 lines
79 B
ArmAsm
9 lines
79 B
ArmAsm
.set noreorder
|
|
|
|
.section .text
|
|
|
|
.global gte_rtps_b
|
|
RTPS
|
|
jr $ra
|
|
nop
|