chroot.s 129 B

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