added new routines for ansi
This commit is contained in:
10
mach/m68k2/libsys/_pause.s
Normal file
10
mach/m68k2/libsys/_pause.s
Normal file
@@ -0,0 +1,10 @@
|
||||
.define __pause
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.extern __pause
|
||||
.sect .text
|
||||
__pause: move.w #0x1D,d0
|
||||
trap #0
|
||||
rts
|
||||
Reference in New Issue
Block a user