summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-08-26 21:11:34 +0100
committerred031000 <rubenru09@aol.com>2020-08-26 21:11:34 +0100
commit24355a1a2ebd042ad2783afe130095fa37ece5ee (patch)
tree342d0aca1358b452af2030c9d759cdbe4a46fc96
parent5de27e05e457c42e5990bfd0069cd47a54eac831 (diff)
fix TRK string in init
-rw-r--r--.gitignore3
-rw-r--r--asm/init.s15
2 files changed, 4 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 99f6890..aefdc08 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,4 +16,5 @@
*.d
*.map
*.exe
-build \ No newline at end of file
+build
+.idea \ No newline at end of file
diff --git a/asm/init.s b/asm/init.s
index 5719671..0780340 100644
--- a/asm/init.s
+++ b/asm/init.s
@@ -134,19 +134,8 @@ lbl_8000417C:
.global lbl_80004188
lbl_80004188:
-/* 80004188 00000288 4D 65 74 72 */ .4byte 0x4D657472 /* unknown instruction */
-/* 8000418C 0000028C 6F 77 65 72 */ xoris r23, r27, 0x6572
-/* 80004190 00000290 6B 73 20 54 */ xori r19, r27, 0x2054
-/* 80004194 00000294 61 72 67 65 */ ori r18, r11, 0x6765
-/* 80004198 00000298 74 20 52 65 */ andis. r0, r1, 0x5265
-/* 8000419C 0000029C 73 69 64 65 */ andi. r9, r27, 0x6465
-/* 800041A0 000002A0 6E 74 20 4B */ xoris r20, r19, 0x204b
-/* 800041A4 000002A4 65 72 6E 65 */ oris r18, r11, 0x6e65
-/* 800041A8 000002A8 6C 20 66 6F */ xoris r0, r1, 0x666f
-/* 800041AC 000002AC 72 20 50 6F */ andi. r0, r17, 0x506f
-/* 800041B0 000002B0 77 65 72 50 */ andis. r5, r27, 0x7250
-lbl_800041B4:
-/* 800041B4 000002B4 43 00 00 00 */ .4byte 0x43000000 /* unknown instruction */
+.asciz "Metrowerks Target Resident Kernel for PowerPC"
+.balign 4, 0
/* 800041B8 000002B8 00 00 00 00 */ .4byte 0x00000000 /* unknown instruction */
/* 800041BC 000002BC 00 00 00 00 */ .4byte 0x00000000 /* unknown instruction */
/* 800041C0 000002C0 00 00 00 00 */ .4byte 0x00000000 /* unknown instruction */