ack/mach/m68020/libsys/stty.s
1987-01-29 22:36:35 +00:00

10 lines
124 B
ArmAsm

.define _stty
.extern _stty
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
_stty: move.l #0x21, d0
jmp (call)