Initial revision
This commit is contained in:
6
mach/m68k4/libsys/pause.s
Normal file
6
mach/m68k4/libsys/pause.s
Normal file
@@ -0,0 +1,6 @@
|
||||
.define _pause
|
||||
.extern _pause
|
||||
.text
|
||||
_pause: move.w #0x1D,d0
|
||||
trap #0
|
||||
rts
|
||||
Reference in New Issue
Block a user