A89: Exec function in PlusShell, Please HELP !!!


[Prev][Next][Index][Thread]

A89: Exec function in PlusShell, Please HELP !!!




I've got a problem with the exec function in PlusShell 1.0A.
Who can convert the following code into PlusShell 1.0A?
I would need it within the next hours!!

Klaus Lukaschek
slider_klaus@gmx.net

FargoII Source Code:
     pea name(pc)
FindPrgm:
     move.w #$0C,-(a7)
     jsr tios::FindSymEntry
     lea 6(a7),a7
     cmp #0,a0
     bne Execution
     bra NewStart
Execution:
     move.w tios::SYM_ENTRY.hVal(a0),-(a7)
     jsr kernel::exec
     lea 2(a7),a7

name:    dc.b    "shell",0