mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-27 12:16:07 +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
12 lines
320 B
Bash
Executable File
12 lines
320 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
set -e
|
|
|
|
./build/tests/c/instruction_checks/jalr.elf
|
|
./build/tests/c/instruction_checks/plain_disassembly.elf
|
|
./build/tests/c/instruction_checks/r3000gte_disasm.elf
|
|
./build/tests/c/instruction_checks/r5900_trunc_cvt.elf
|