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 / CPM / BDSC / BDSC-1 / BDSNEW.MSG < prev    next >
Text File  |  2000-06-30  |  1KB  |  24 lines

  1. BDSNEW.CSM - New BDS C Library Functions
  2.  
  3. This file replaces several of the BDS C library functions that were
  4. written in C.  The functions, being written in assembly rather than
  5. C, are much faster than the old functions.  The most impressive speed
  6. increase was found in the 'strcmp' function, which is used fairly often
  7. in many applications.
  8.  
  9. These functions are believed to accurately replace the corresponding
  10. BDS C functions.  If any bugs are found, please notify me either
  11. through Uucp (ucbvax!ucivax!csuf!bruce), or through the Garden Grove
  12. Data Exchange RCPM system:  (714) 534-1547.  Bruce Robertson
  13.  
  14. July 21, 1982  Modified to include two block move functions MOVE and
  15.                MOVDN which assemble with the Z80 move instructions if
  16.                the 'z80' equate is true.(Incidently using conditionals
  17.                with CASM isn't easy..it doesn't recognize 'if..endifs')
  18.                   J.R.
  19.  
  20. July 19, 1982  Modified to be compatible with the CASM preprocessor.
  21.                         Jack Riley (303) 499-9169 RCPM
  22.  
  23.  v1.0           April 12, 1982 @ 13:33 by BDR