From 67effb9191423d8e5d9e386eaa0f389267c775ce Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Tue, 31 Jan 2023 18:52:49 -0400 Subject: asm: Start work on importing the Dolphin SDK It's a start, but need to import more. --- asm/Dolphin/os/OSMemory-data.s | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 asm/Dolphin/os/OSMemory-data.s (limited to 'asm/Dolphin/os/OSMemory-data.s') diff --git a/asm/Dolphin/os/OSMemory-data.s b/asm/Dolphin/os/OSMemory-data.s new file mode 100644 index 0000000..1b4ff0c --- /dev/null +++ b/asm/Dolphin/os/OSMemory-data.s @@ -0,0 +1,15 @@ +.include "macros.inc" + +.section .data + +.balign 8 + +.global lbl_804ef598 +.type lbl_804ef598, @object +lbl_804ef598: +/* 804EF598 8036FCC8 */ .4byte func_8036fcc8 +/* 804EF59C 0000007F */ .4byte 0x0000007f +/* 804EF5A0 00000000 */ .4byte 0x00000000 +/* 804EF5A4 00000000 */ .4byte 0x00000000 +.size lbl_804ef598, . - lbl_804ef598 + -- cgit v1.2.3-13-gbd6f