stty.s 124 B

123456789
  1. .define _stty
  2. .extern _stty
  3. .sect .text
  4. .sect .rom
  5. .sect .data
  6. .sect .bss
  7. .sect .text
  8. _stty: move.l #0x21, d0
  9. jmp (call)