[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
can I start ADT without saving it?
- Subject: can I start ADT without saving it?
- From: adric22@yahoo.com
- Date: 24 Aug 2006 05:25:00 -0700
- Complaints-to: groups-abuse@google.com
- Injection-info: 75g2000cwc.googlegroups.com; posting-host=68.94.210.106; posting-account=ywwefA0AAADIZkUILC3SVWl5m1RHhZcm
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- User-agent: G2/0.2
- Xref: g2news2.google.com comp.sys.apple2:11741
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.