ack/mach/pmds/libsys/_stty.s
1990-01-22 13:59:43 +00:00

19 lines
229 B
ArmAsm

.define __stty
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
.extern __stty
.sect .text
__stty:
tst.b -40(sp)
link a6,#-0
move.l 10(a6),-(sp)
move.w #29705,-(sp)
move.w 8(a6),-(sp)
jsr __ioctl
add.l #8,sp
unlk a6
rts