mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 09:47:52 -04:00
635fbc34ec
* Added JSUList, JKRDisposer, and JKRHeap. JSUList: Decompiled JSUPtrLink and JSUPtrList with their respected functions. The templated class JSUList is left. JKRDisposer: Constructor matched but the destructor is close but not yet a match. JKRHeap: No functions matches yet. JKRHeap.cpp now includes "operator delete" which makes it possible to forward compile destructors. * moved files from src/ to libs/
4 lines
196 B
ArmAsm
4 lines
196 B
ArmAsm
/* 802CEB78 002CBAB8 88 03 00 68 */ lbz r0, 0x68(r3)
|
|
/* 802CEB7C 002CBABC 98 83 00 68 */ stb r4, 0x68(r3)
|
|
/* 802CEB80 002CBAC0 7C 03 03 78 */ mr r3, r0
|
|
/* 802CEB84 002CBAC4 4E 80 00 20 */ blr
|