2021-02-08 13:13:38 +01:00
|
|
|
.include "macro.inc"
|
|
|
|
|
|
|
|
# assembler directives
|
2020-09-24 05:16:13 +02:00
|
|
|
.set noat # allow manual use of $at
|
2020-08-04 08:49:11 +02:00
|
|
|
.set noreorder # don't insert nops after branches
|
2021-02-08 13:13:38 +01:00
|
|
|
.set gp=64 # allow use of 64-bit general purpose registers
|
|
|
|
|
|
|
|
.section .text, "ax"
|
2020-08-04 08:49:11 +02:00
|
|
|
|
|
|
|
glabel osGetCount
|
2020-09-24 05:16:13 +02:00
|
|
|
/* 40E00 80065A00 40024800 */ mfc0 $v0, $9
|
|
|
|
/* 40E04 80065A04 03E00008 */ jr $ra
|
2021-01-11 13:40:52 +01:00
|
|
|
/* 40E08 80065A08 00000000 */ nop
|
|
|
|
/* 40E0C 80065A0C 00000000 */ nop
|