stime.s 152 B

12345678910
  1. .define _stime
  2. .extern _stime
  3. .sect .text
  4. .sect .rom
  5. .sect .data
  6. .sect .bss
  7. .sect .text
  8. _stime: move.l #0x19,d0
  9. move.l ([4,sp]),(4,sp)
  10. jmp (callc)