rabbitizer/rabbitizer/enums
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
..
registers Expose fs, ft and fd registers in python bindings 2023-04-17 22:41:58 -04:00
enums_utils.c
enums_utils.h Add category parameter to Instruction constructor 2022-06-12 09:59:04 -04:00
rabbitizer_enum_Abi.c Allow taking None in Abi.fromStr 2022-07-12 19:01:36 -04:00
rabbitizer_enum_AccessType.c AccessType enum 2022-10-13 19:41:46 -03:00
rabbitizer_enum_InstrCategory.c InstrCategory.fromStr 2022-10-14 18:49:59 -03:00
rabbitizer_enum_InstrId.c Add R3000GTE instruction set support (#31) 2023-04-29 23:07:07 -04:00
rabbitizer_enum_OperandType.c Add R3000GTE instruction set support (#31) 2023-04-29 23:07:07 -04:00
rabbitizer_type_Enum.c Allow pickling Instruction type 2022-07-07 14:22:41 -04:00