ack/mach/m68k4/libsys/chroot.s
1986-07-22 13:23:14 +00:00

11 lines
145 B
ArmAsm

.define _chroot
.extern _chroot
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
_chroot: move.w #0x3D,d0
move.l 4(sp),a0
jmp callc