ack/mach/mantra/libsys/chroot.s

11 lines
145 B
ArmAsm
Raw Permalink Normal View History

1987-02-02 10:25:38 +00:00
.define _chroot
.extern _chroot
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
_chroot: move.l #0x3D,d0
move.l 4(sp),a0
jmp callc