stime.s 189 B

123456789101112131415
  1. .define _stime
  2. .extern _stime
  3. .sect .text
  4. .sect .rom
  5. .sect .data
  6. .sect .bss
  7. .sect .text
  8. _stime: move.w #0x19,d0
  9. move.l 4(sp),a0
  10. move.l (a0),a0
  11. trap #0
  12. bcs 1f
  13. rts
  14. 1:
  15. jmp cerror