12 lines
111 B
ArmAsm
Raw Normal View History

2017-04-11 23:13:36 +02:00
.globl __fstat
.globl _fstat
__fstat:
_fstat: chlvl #0,#0x1c
jnl ok
jmp cerror
ok: xor.w r0,r0
ret #0