ack/mach/mantra/libsys/chdir.s

11 lines
142 B
ArmAsm
Raw Normal View History

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