prime/asm/MetroTRK/mslsupp.s
Luke Street a00f9ed1e1 Halfway to shiftable
Former-commit-id: f739fb53afbd050e6cfefcae6e5f208d87522328
2022-08-20 21:40:40 -04:00

22 lines
489 B
ArmAsm

.include "macros.inc"
.section .text, "ax"
.global EnableMetroTRKInterrupts
EnableMetroTRKInterrupts:
/* 80003640 000005A0 4E 80 00 20 */ blr
.global InitMetroTRK
InitMetroTRK:
/* 80003644 000005A4 4E 80 00 20 */ blr
.global __read_console
__read_console:
/* 80003648 000005A8 38 60 00 00 */ li r3, 0
/* 8000364C 000005AC 4E 80 00 20 */ blr
.global __TRK_write_console
__TRK_write_console:
/* 80003650 000005B0 38 60 00 00 */ li r3, 0
/* 80003654 000005B4 4E 80 00 20 */ blr