ack/mach/ns/libsys/sync.s
1985-07-26 12:51:45 +00:00

10 lines
88 B
ArmAsm

.define _sync
.extern _sync
.text
_sync:
enter[], 0
movd 36,tos
jsr @.mon
exit []
ret 0