Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!pasteur!ucbvax!hplabs!hpda!hpwala!johns From: johns@hpwala.HP.COM (John Silva) Newsgroups: comp.os.os9 Subject: Re: CRC-24 Routine for Executables ?? Message-ID: <520@hpwala.HP.COM> Date: 2 Aug 88 03:31:41 GMT References: <514@hpwala.HP.COM> <22294@wlbr.EATON.COM> Reply-To: johns@hpwala.UUCP (John Silva) Organization: Hewlett Packard, Waltham, Mass Lines: 20 In article <22294@wlbr.EATON.COM> pete@wlbr.UUCP (0000-Pete Lyall) writes: -In article <514@hpwala.HP.COM> johns@hpwala.UUCP (John Silva) writes: -- Does anyone know of a CRC-24 routine for calculating the CRC that is used --when OS-9 loads a program (the one in the descriptor - if I have the --terminology right ...) ?? - -John - - -There's a built in system call to handle the generation of 24 bit -CRC's (at least in 6809/OS9....I''m sure there's something similar in -os9/68000 as well). - I didn't have all the details of what he was trying to accomplish, but, what he needed was a C (or 680xx) version of the CRC24 routine for a 6809 cross assembler that he was trying to get working on his Amiga. He did end up using the F$CRC routine (by disassembling it), and converting it into C code. - Thanks for the response, John