mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 17:02:46 +01:00
9 lines
184 B
ArmAsm
9 lines
184 B
ArmAsm
.set noat # allow manual use of $at
|
|
.set noreorder # don't insert nops after branches
|
|
|
|
|
|
glabel osNop
|
|
/* 0465CC 8006B1CC 03E00008 */ jr $ra
|
|
/* 0465D0 8006B1D0 00000000 */ nop
|
|
|