home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.barnyard.co.uk
/
2015.02.ftp.barnyard.co.uk.tar
/
ftp.barnyard.co.uk
/
cpm
/
walnut-creek-CDROM
/
ENTERPRS
/
CPM
/
UTILS
/
A
/
C128LOAD.ZIP
/
C128LOAD.DOC
< prev
Wrap
Text File
|
1990-11-24
|
768b
|
22 lines
Name: C128LOAD.COM
Date: 18-Oct-86
Author: David Bratton
Keywords: LOAD,CPM,C128,TRANSFER,DISK,FILES,FORMAT,BRATTON
Use this utility to transfer CP/M files from a CP/M disk to a CBM
disk on a Commodore C128. It works opposite of the CBM to CP/M
memory transfer techniques that we have been using.
You enter: load filename.ext --> EX: A>load load.com
and it will load the file into ram, then tell you what addresses it
occupies.
Next you hit CONTROL/ENTER to return to 128 mode and press
f8 to enter monitor mode.
Then enter:
s "filename",8,start address,end address --> EX. s "load.com",8,11c00,11200
Remember to use the bank address of 1 when saving the file, since
that is where CP/M will have stored it.