Added entry points for ANSI C

This commit is contained in:
ceriel
1990-01-22 13:41:58 +00:00
parent 8fd07efa80
commit bf95ea8fd9
28 changed files with 609 additions and 1 deletions

17
mach/ns/libsys/_stty.s Normal file
View File

@@ -0,0 +1,17 @@
.define __stty
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.extern __stty
.sect .text
__stty:
enter[], 0
movd 12(fp),tos
movd 29705,tos
movd 8(fp),tos
jsr @__ioctl
adjspd -12
exit []
ret 0