
034/039 13 Nov 91 19:33:17
From:   Robert Mashlan
To:     Jon Guthrie
Subj:   CRC-16 code.
Attr:   
------------------------------------------------
 > I had the occasion to write some CRC code in assembly language.
 > I like it so much, that I'm going to post it here.

Jon, you would get a lot more speed if you used a table.  I've written a 
utility that will generate 16 or 32 bit CRC tables for a given polynomial for 
ASM, C or Turbo Pascal, along with an update_crc macro.  It is available for 
file request as crctab.arj.

If anyone wants, I could post my 16 bit update_crc macro for an 8051...

Robert

---
 * Origin: RWare Software HQ - Boulder, CO (1:104/122)

