home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / c64 / xmodem64.bug < prev   
Encoding:
Internet Message Format  |  1984-08-31  |  779 b 

  1. Date: Thursday, 30 August 1984
  2. From: prindle at NADC
  3. To:   All
  4. Re:   Christensen MODEM program for Commodore-64
  5.  
  6. Unfortunately, Commodore BASIC programs, of which this one is no
  7. exception, utilize control characters, both normal ascii ones and ones
  8. with the high order bit set (ie. chr$(x) where x>127), and are thus
  9. not amenable to storage and transfer as normal ascii files.  All of
  10. the cursor positioning characters and reverse field characters are
  11. missing from MICRO:<CPM.COMMODORE>XMODEM64.BAS.  Commodore BASIC
  12. programs must be treated (especially by XMODEM programs themselves) as
  13. "binary", not text, and are best transmitted as hex files.  Of course,
  14. it is possible to write a C64 program which uses only the normal ascii
  15. subset, but I haven't seen one (nontrivial) yet!
  16.