ack/mach/m68k4/libsys/chdir.s
1984-12-14 15:52:15 +00:00

7 lines
90 B
ArmAsm

.define _chdir
.extern _chdir
.text
_chdir: move.w #0xC,d0
move.l 4(sp),a0
jmp callc