Retro68/gcc/newlib/libc/sys/sysvi386/rmdir.S

10 lines
109 B
ArmAsm
Raw Normal View History

.globl _rmdir
.globl rmdir
_rmdir:
rmdir:
movl $0x4f, %eax
lcall $7,$0
jb _cerror
xor %eax, %eax
ret