home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / GEOSApps / COPEASSEMBLR.ARC / LADS2COPE (.txt) < prev    next >
GEOS ConVerT  |  2019-04-13  |  1KB  |  31 lines

  1. LADS2COPE
  2. PRG formatted GEOS file V1.0
  3. Okimate 10
  4. LADS2COPE
  5. BLASTER'S CONVERTER V2.5
  6. QV_MAIN
  7. QV_LOAD
  8. COPE Source V1.1
  9. ed880128a
  10. COPE Editor V1.1
  11. Information on converting
  12. Lads files into geoCOPE files.
  13. A4AMANA
  14. B7BnB
  15. Method of converting LADS BASIC text format 
  16. into a geoCOPE format.
  17. LADS saves it's file as a BASIC program.  This first
  18. needs to be converted into a sequential text file 
  19. before it can be imported into geoCOPE.  Following
  20. are the steps necessary for the conversion.
  21.    1.  Load the textfile into memory.
  22.        LOAD 'FILENAME',8
  23.    2.  Open a sequential file to the disk and save
  24.       a 'listing' of the program.
  25.        OPEN 2,8,2,'SEQFILENAME,S,W':CMD2:LIST
  26.    3.  Close the file.
  27.       PRINT #2:CLOSE2
  28. Now you will have a sequential file of your program on
  29. the disk.  Use TransText to convert it into a geoCOPE 
  30. text file.  Use the ASCII FORM.
  31.