Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site lanl-a.UUCP Path: utzoo!linus!philabs!cmcl2!lanl-a!bb From: bb@lanl-a.UUCP Newsgroups: net.micro.cpm Subject: CRC-16 byte-wise algorithms in the June 1983 IEEE Micro Message-ID: <3619@lanl-a.UUCP> Date: Thu, 10-Nov-83 18:34:47 EST Article-I.D.: lanl-a.3619 Posted: Thu Nov 10 18:34:47 1983 Date-Received: Sat, 12-Nov-83 07:39:36 EST Organization: Los Alamos National Laboratory Lines: 15 ================================== I just finished converting the assembler programs given in that article into C and 8086 assembler. The C version is table driven and is very simple. The 8086 code is the on-the-fly version and should be faster and does take up less space than the compiled C version. I will send them to anyone who wants them, though it only took me about 50 minutes to do the C version, including writing the program to generate the table. The versions I have use the CRC-16 standard, that was what was used in the article. b2 Bryan Bingham ucbvax!lbl-csam!lanl-a!bb cmcl2!lanl-a!bb