mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
[Decompiler] Stack Variables (#338)
* clean up type analysis * get everything set up * basic stack variables working * partial load fix * most of matrix * add offline tests
This commit is contained in:
@@ -13,9 +13,6 @@ const std::map<InstructionKind, OpenGOALAsm::Function> MIPS_ASM_TO_OPEN_GOAL_FUN
|
||||
{InstructionKind::PSRAW, {"TODO.PSRAW", {}}},
|
||||
{InstructionKind::PSUBW, {"TODO.PSUBW", {}}},
|
||||
|
||||
{InstructionKind::LQ, {"TODO.LQ", {MOD::OFFSET}}},
|
||||
{InstructionKind::SQ, {"TODO.SQ", {MOD::OFFSET}}},
|
||||
|
||||
// NOTE - depending on how this is used, this may case issues! Be Warned!
|
||||
// lots of implicit logic in OpenGOAL depending on argument types!
|
||||
{InstructionKind::MFC1, {".mov", {}}},
|
||||
|
||||
Reference in New Issue
Block a user