home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
8bitfiles.net/archives
/
archives.tar
/
archives
/
genie-commodore-file-library
/
GEOSApps
/
COPEASSEMBLR.ARC
/
LADS2COPE
(
.txt
)
< prev
next >
Wrap
GEOS ConVerT
|
2019-04-13
|
1KB
|
31 lines
LADS2COPE
PRG formatted GEOS file V1.0
Okimate 10
LADS2COPE
BLASTER'S CONVERTER V2.5
QV_MAIN
QV_LOAD
COPE Source V1.1
ed880128a
COPE Editor V1.1
Information on converting
Lads files into geoCOPE files.
A4AMANA
B7BnB
Method of converting LADS BASIC text format
into a geoCOPE format.
LADS saves it's file as a BASIC program. This first
needs to be converted into a sequential text file
before it can be imported into geoCOPE. Following
are the steps necessary for the conversion.
1. Load the textfile into memory.
LOAD 'FILENAME',8
2. Open a sequential file to the disk and save
a 'listing' of the program.
OPEN 2,8,2,'SEQFILENAME,S,W':CMD2:LIST
3. Close the file.
PRINT #2:CLOSE2
Now you will have a sequential file of your program on
the disk. Use TransText to convert it into a geoCOPE
text file. Use the ASCII FORM.