rabbitizer/tests/asm/r3000gte/gte_instrs.s
Anghelo Carvajal 8237818ff9
Add R3000GTE instruction set support (#31)
* 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
2023-04-29 23:07:07 -04:00

9 lines
79 B
ArmAsm

.set noreorder
.section .text
.global gte_rtps_b
RTPS
jr $ra
nop