mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
10 lines
97 B
ArmAsm
10 lines
97 B
ArmAsm
|
|
||
|
.globl __ioctl
|
||
|
.globl _ioctl
|
||
|
__ioctl:
|
||
|
_ioctl: chlvl #0,#0x36
|
||
|
jnl ok
|
||
|
jmp cerror
|
||
|
ok: ret #0
|
||
|
|