ack/mach/m68k2/libsys/sync.s
1984-12-14 15:52:15 +00:00

7 lines
74 B
ArmAsm

.define _sync
.extern _sync
.text
_sync: move.w #0x24,d0
trap #0
rts