mirror of
https://github.com/open-goal/jak-project
synced 2026-07-07 14:13:45 -04:00
Add decompiler IR, basic operations, all-types file (#57)
* framework for basic op * started IR framework * check in type info file * add some basic operations to the first pass ir conversion * use a single condition system * add more basic op decoding * more ir
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
/*!
|
||||
* @file OpcodeInfo.cpp
|
||||
* Decoding info for each opcode.
|
||||
*/
|
||||
|
||||
#include "OpcodeInfo.h"
|
||||
#include <cassert>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user