home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / cbm / 3579 < prev    next >
Encoding:
Text File  |  1992-09-08  |  956 b   |  28 lines

  1. Newsgroups: comp.sys.cbm
  2. Path: sparky!uunet!decwrl!csus.edu!netcom.com!fuzzy
  3. From: fuzzy@netcom.com (Fuzzy Fox)
  4. Subject: Re: 16 bit CRC source?
  5. Message-ID: <q0pn6rr.fuzzy@netcom.com>
  6. Date: Mon, 07 Sep 92 02:01:33 GMT
  7. Organization: Foxes 'R' Us - Seven locations to serve you
  8. References: <ioVNqB1w164w@jwt.UUCP>
  9. Lines: 17
  10.  
  11. bbs-artmoore@jwt.UUCP (arthur moore) writes:
  12.  
  13. >Am looking for either 16-bit CRC source code (64/128) or the 
  14. >equation/tables.
  15.  
  16. There is some 16-bit CRC source code at this FTP site:  oak.oakland.edu,
  17. file /pub/msdos/c/crc-c.arc
  18.  
  19. The file is an MS-DOS ARC file, so you'll have to find some way to
  20. extract it, but the source code is just plain old C code that you can
  21. reverse engineer to 6502 code.
  22.  
  23. -- 
  24. #ifdef TRUE         | Fuzzy Fox                  fuzzy@netcom.com
  25. #define  TRUE   0   | a.k.a. David DeSimone      an207@cleveland.freenet.edu
  26. #define  FALSE  1   |
  27. #endif              |     How's my posting?  Call 1-800-ALT-FLAME
  28.