Fixed minor issues and added some asm files.

This commit is contained in:
David Benepe
2020-08-01 07:43:45 -05:00
parent b741509352
commit d416539bd3
44 changed files with 100 additions and 65 deletions
+1 -1
View File
@@ -11,4 +11,4 @@ glabel func_80070B04
/* 071724 80070B24 00000000 */ nop
/* 071728 80070B28 00000000 */ nop
/* 07172C 80070B2C 00000000 */ nop
/* 07172C 80070B2C 00000000 */ nop
+1 -1
View File
@@ -160,4 +160,4 @@ extern void osSetEventMesg(OSEvent, OSMesgQueue *, OSMesg);
}
#endif
#endif /* !_OS_MESSAGE_H_ */
#endif /* !_OS_MESSAGE_H_ */
+1 -1
View File
@@ -111,4 +111,4 @@ void osViSwapBuffer(void *vaddr);
extern OSViMode osViModeTable[]; /* Global VI mode table */
#endif
#endif
@@ -1,3 +1,13 @@
/* The comment below is needed for this file to be picked up by generate_ld */
/* RAM_POS: 0x800D35B0 */
.include "globals.inc"
.include "macros.inc"
.set noat # allow manual use of $at
.set noreorder # dont insert nops after branches
.set gp=64 # 64-bit instructions are used
glabel __osProbeTLB
/* 0D41B0 800D35B0 40085000 */ mfc0 $t0, $10
/* 0D41B4 800D35B4 310900FF */ andi $t1, $t0, 0xff
+18
View File
@@ -0,0 +1,18 @@
/* The comment below is needed for this file to be picked up by generate_ld */
/* RAM_POS: 0x800D2CB0 */
.include "globals.inc"
.include "macros.inc"
.set noat # allow manual use of $at
.set noreorder # dont insert nops after branches
.set gp=64 # 64-bit instructions are used
.include "lib/asm/exception/__osExceptionPreamble.s"
.include "lib/asm/exception/__osException.s"
.include "lib/asm/exception/send_mesg.s"
.include "lib/asm/exception/__osEnqueueAndYield.s"
.include "lib/asm/exception/__osEnqueueThread.s"
.include "lib/asm/exception/__osPopThread.s"
.include "lib/asm/exception/__osDispatchThread.s"
.include "lib/asm/exception/D_800D35A0.s"

Some files were not shown because too many files have changed in this diff Show More