ack/mach/ns/libsys/execl.s

21 lines
243 B
ArmAsm
Raw Normal View History

1985-07-26 12:51:45 +00:00
.define _execl
1987-01-16 16:34:45 +00:00
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
1985-07-26 12:51:45 +00:00
.extern _execl
1987-01-16 16:34:45 +00:00
.sect .text
1985-07-26 12:51:45 +00:00
_execl:
enter[], 0
movd @__penvp,tos
addr 12(fp),tos
movd 8(fp),tos
movd 59,tos
jsr @.mon
movd tos,r7
movd r7,@_errno
movd -1,r4
exit []
ret 0