10 lines
83 B
ArmAsm
10 lines
83 B
ArmAsm
#include "sys.h"
|
|
.globl _nostk
|
|
|
|
_nostk:
|
|
sys local; 0f
|
|
rts pc
|
|
.data
|
|
0:
|
|
sys nostk
|