lock.s 152 B

1234567891011
  1. .define _lock
  2. .sect .text
  3. .sect .rom
  4. .sect .data
  5. .sect .bss
  6. .sect .text
  7. .extern _lock
  8. .sect .text
  9. _lock: move.w #0x35,d0
  10. move.w 4(sp),a0
  11. jmp callc