chroot.s 145 B

12345678910
  1. .define _chroot
  2. .sect .text
  3. .sect .rom
  4. .sect .data
  5. .sect .bss
  6. .extern _chroot
  7. .sect .text
  8. _chroot: move.w #0x3D,d0
  9. move.l 4(sp),a0
  10. jmp callc