ack/mach/m68k4/libsys/sync.s
1986-07-22 13:23:14 +00:00

10 lines
114 B
ArmAsm

.define _sync
.extern _sync
.sect .rom
.sect .data
.sect .bss
.sect .text
_sync: move.w #0x24,d0
trap #0
rts