papermario/asm/nonmatchings/os/code_40c20_len_1f0/osGetCount.s

13 lines
276 B
ArmAsm
Raw Normal View History

2020-08-04 08:49:11 +02:00
.set noat # allow manual use of $at
.set noreorder # don't insert nops after branches
glabel osGetCount
/* 040E00 80065A00 40024800 */ mfc0 $v0, $9
/* 040E04 80065A04 03E00008 */ jr $ra
/* 040E08 80065A08 00000000 */ nop
/* 040E0C 80065A0C 00000000 */ nop
2020-08-06 06:11:15 +02:00