ack/mach/m68k2/libsys/sync.s

7 lines
74 B
ArmAsm
Raw Normal View History

1984-12-14 15:52:15 +00:00
.define _sync
.extern _sync
.text
_sync: move.w #0x24,d0
trap #0
rts