mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-17 07:11:27 +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
8 lines
343 B
PHP
8 lines
343 B
PHP
/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */
|
|
/* SPDX-License-Identifier: MIT */
|
|
|
|
RABBITIZER_DEF_INSTR_CATEGORY(CPU),
|
|
RABBITIZER_DEF_INSTR_CATEGORY(RSP), // N64
|
|
RABBITIZER_DEF_INSTR_CATEGORY(R3000GTE), // R3000 CPU with PS1's Geometry Transformation Engine extension
|
|
RABBITIZER_DEF_INSTR_CATEGORY(R5900), // PS2's Emotion Engine
|