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.