home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / c64 / c64-cpm.msg < prev    next >
Text File  |  1984-03-14  |  2KB  |  31 lines

  1.  
  2.  #: 82351      Sec. 1 - General
  3. Sb: #81955-#Commodore CP/M
  4.     08-Mar-84  11:27:33
  5. Fm: Joel Rubin 70007,576
  6. To: Sysop David Kozinn   76703,565 (X)
  7.  
  8. In all fairness, it must be said that it is only $60 at discount
  9. stores, including the co-processor card and distribution disk.
  10. However, the disk format is not readily available, and software is not
  11. readily available in it.  (although someone just converted modem7, and
  12. vdo--an Osborne editor in xa1, here, and Nevada Fortran, Cobol, and
  13. Turbo Pascal are available).  It is true that extensive work has to be
  14. done to use a program like WordStar on it, and, considering the speed
  15. of the 1541 disk drive (painfully slow) you might not want to.  Almost
  16. any editor or modem program will require 6502 code to run (because
  17. modem access is not through a Z-80 out instruction, but through 6502
  18. NMI's, and because cursor addressing is done not through escape
  19. sequences but through 6502 ROM calls).  One more problem is the amount
  20. of RAM available. It is difficult to use more than 48K of RAM, although
  21. you might be able to play with bankswitching on the 6510, and access 8K
  22. more of isolated space.  (I think Data-20 does with their 80-column/Z-80
  23. card which comes with SB-80; I don't know if they manage to map the
  24. 8K around so it appears not to be isolated).  The 8K is an O/S ROM,
  25. used by the 6510 for I/O routines.  (nearly all I/O bios routines
  26. switch the 6510 back in) (the other missing 8K is 4K of memory-mapped
  27. I/O and the first 4K of the 6510 memory space, including zero page, O/S
  28. vectors, and 1K for screen memory)
  29.                 Joel
  30.                 (CBM Sysop)
  31.