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

Re: can I start ADT without saving it?



On Thu, 24 Aug 2006, adric22@yahoo.com wrote:

Okay.. here is the question of the day.  Is it possible after I have
sent the DUMP file over to the IIGS, can I actually issue a command to
start ADT rather than saving it?   The only way I knew how to run it
was with the BRUN command.. but if it is already in RAM, how can I do
that?  On a Commodore we'd just type SYS and the memory address of the
machine language code and it would start.. or if it were BASIC you
could just type RUN.   I think perhaps the CALL command may be what I
want, but I can't figure out how to use it.    If it helps any, the
BSAVE command at the end of the dump says this:

BSAVE ADT,A$803,L$A14,S6,D1

So i tried CALL $803 and CALL 2051 and neither worked.

CALL in fpbasic is the same as SYS in C= BASIC. (I used this in my crunched games)

it should be CALL 2051, I think o.o but from ] not *
if you're at * it's 803G

-uso.