mirror of
https://github.com/zeldaret/tp
synced 2026-05-26 07:39:06 -04:00
fb1217e3f9
* Added JSUListIterator and decompiled JKRHeap::dispose_subroutine * JKRDisposer! * only 4 functions not OK in JKRHeap * JKRThread asm functions * more JKRThread * JKRThreadSwitch * JKRThread::JKRThread * More JKRTHread functions and vtable * fixed bad merge * update JKRThread and JKRThreadSwitch to use new virtual inheritance * save before asmsplit.py script * JKRFile * JKRDvdFile * JKRFileCache * JKRFileFinder * JKRFileLoader * JKRAssertHeap * JKRExpHeap * JKRSolidHeap * fixed type and functions definitions * JKRArchive (Pub) * missed file * JKRArchive * forgot obj_files.mk * fixed merge error and class members * class members * removed unused asm files * added names to global variables * class members for JKRHeap, JKRExpHeap, JKRSolidHeap, and JKRFileCache.
18 lines
813 B
ArmAsm
18 lines
813 B
ArmAsm
/* 802D1960 002CE8A0 3C 80 80 43 */ lis r4, lbl_8043428C@ha
|
|
/* 802D1964 002CE8A4 38 84 42 8C */ addi r4, r4, lbl_8043428C@l
|
|
/* 802D1968 002CE8A8 80 84 00 00 */ lwz r4, 0(r4)
|
|
/* 802D196C 002CE8AC 48 00 00 20 */ b lbl_802D198C
|
|
lbl_802D1970:
|
|
/* 802D1970 002CE8B0 80 A4 00 00 */ lwz r5, 0(r4)
|
|
/* 802D1974 002CE8B4 80 05 00 2C */ lwz r0, 0x2c(r5)
|
|
/* 802D1978 002CE8B8 7C 00 18 40 */ cmplw r0, r3
|
|
/* 802D197C 002CE8BC 40 82 00 0C */ bne lbl_802D1988
|
|
/* 802D1980 002CE8C0 7C A3 2B 78 */ mr r3, r5
|
|
/* 802D1984 002CE8C4 4E 80 00 20 */ blr
|
|
lbl_802D1988:
|
|
/* 802D1988 002CE8C8 80 84 00 0C */ lwz r4, 0xc(r4)
|
|
lbl_802D198C:
|
|
/* 802D198C 002CE8CC 28 04 00 00 */ cmplwi r4, 0
|
|
/* 802D1990 002CE8D0 40 82 FF E0 */ bne lbl_802D1970
|
|
/* 802D1994 002CE8D4 38 60 00 00 */ li r3, 0
|
|
/* 802D1998 002CE8D8 4E 80 00 20 */ blr
|