Added entry points for ANSI C
This commit is contained in:
13
mach/pmds/libsys/_pause.s
Normal file
13
mach/pmds/libsys/_pause.s
Normal file
@@ -0,0 +1,13 @@
|
||||
.define __pause
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
.sect .text
|
||||
.extern __pause
|
||||
__pause: trap #0
|
||||
.data2 29
|
||||
bcc 1f
|
||||
jmp cerror
|
||||
1:
|
||||
rts
|
||||
Reference in New Issue
Block a user