About Dumping Tapes I will post a text posted by Maarten a couple of
years ago.
It goes like this:
"The things you probably need are the addresses to BSAVE the file to
disk.You can find them with some PEEKs in the system RAM:
Load: BLOAD"CAS:NAME"
Start Address: PRINT HEX$(PEEK(&HF23D)+256*PEEK(&HF23E))
End Address: PRINT HEX$(PEEK(&HF2E2)+256*PEEK(&HF2E3))
Execute Address: PRINT HEX$(PEEK(&HFCBF)+256*PEEK(&HFCC0))
Save: BSAVE"filename.ext",&H<start>,&H<end>,&H<exec>
Sometimes this will not work because the programs from cassette will use
RAM that is used by the diskROM.To free more system RAM you can start
with only one logical drive (B: is deactivated),on the machines I know
you can do that by holding CTRL after a reset,but I don't know whether
this is standard.You can also hold SHIFT but that will deactivate all
drives so you will be able to use the program from cassette but you
can't write it to disk(There are tricks to write them to disk ands use
them from disk,but they are too complicated to describe here)"
Try this out.Have fun!
Bye.
--
Jorge Vidal Wulff
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Licenciatura en ciencia de la computaci�n.
Depto. de Matem�tica y ciencia de la Computaci�n.
Universidad de Santiago de Chile - USACH.
****
MSX Mailinglist. To unsubscribe, send an email to [EMAIL PROTECTED] and put
in the body (not subject) "unsubscribe msx [EMAIL PROTECTED]" (without the
quotes :-) Problems? contact [EMAIL PROTECTED] (www.stack.nl/~wiebe/mailinglist/)
****