ack/mach/mantra/libsys/execl.s

17 lines
229 B
ArmAsm
Raw Permalink Normal View History

1987-02-02 10:25:38 +00:00
.define _execl
.extern _execl
.sect .text
.sect .rom
.sect .data
.sect .bss
.sect .text
_execl: link a6,#0
tst.b -132(sp)
move.l _environ,-(sp)
pea 12(a6)
move.l 8(a6),-(sp)
jsr _execve
add.l #0xC,sp
unlk a6
rts