1985-07-26 12:51:45 +00:00
|
|
|
.define _gtty
|
1987-01-16 16:34:45 +00:00
|
|
|
.sect .text
|
|
|
|
.sect .rom
|
|
|
|
.sect .data
|
|
|
|
.sect .bss
|
|
|
|
.sect .text
|
1985-07-26 12:51:45 +00:00
|
|
|
.extern _gtty
|
1987-01-16 16:34:45 +00:00
|
|
|
.sect .text
|
1985-07-26 12:51:45 +00:00
|
|
|
_gtty:
|
|
|
|
enter[], 0
|
|
|
|
movd 12(fp),tos
|
|
|
|
movd 29704,tos
|
|
|
|
movd 8(fp),tos
|
|
|
|
jsr @_ioctl
|
|
|
|
adjspd -12
|
|
|
|
exit []
|
|
|
|
ret 0
|