Re: LF: Exit to Fargo shell, not OS


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

Re: LF: Exit to Fargo shell, not OS



Brent Grigg wrote:
> 
> So is this what I would do to boot up fargo shell instead of leaving to
> normal OS?
> 
> Prog_code:
> ....
> exit:
>  exec(int handle) ;except this will not compile with a68k errors out.
> ...
> end
> 

Almost.  Rewrite the part called (int handle).  'int' means integer, or
a 16-bit word.  I think (correct me if I'm wrong) that this should be
the program name.  'handle' just tells you that the program handle goes
there.  Read the file 'CORELIB.FN' which came with Fargo, and also the
header of 'ROMLIB.FN'.

-- 
Jake Robb


Follow-Ups: References: