all repos — mgba @ 5d19919df25054695ec16ac9f9af908ff6f4b27b

mGBA Game Boy Advance Emulator

src/arm/decompiler.c (view raw)

1#include "decompiler.h"
2
3void ARMDecodeThumb(uint16_t opcode, struct ThumbInstructionInfo* info) {
4	// TODO
5	info->opcode = opcode;
6}