Retro68/gcc/newlib/libc/sys/sysvi386/alarm.S
2012-03-27 01:51:53 +02:00

6 lines
59 B
ArmAsm

.globl _alarm
_alarm:
movl $0x1b, %eax
lcall $7,$0
ret