| * | | Need a 16-bit CRC but I''m really squeezed for code space (7.5 out of 8k) so I don''t want a table-based one. Speed isn''t a problem. |
|
14-4-2004 22:13 Views: 1815 |
CarlyCyber12 |
| * | | RE: Need a 16-bit CRC I have the following routines that I found on the web some time back - I''m not sure if they work as the idea (like you) was to replace an existing routine that used a table lookup to save code space, but I never got round to it.
InitialiseCRC16:
clr a
mov CalculatedCRCLo, a
mov ... more (see whole posting) |
|
14-4-2004 22:41 Views: 1923 |
IonMan |
|
17-5-2004 18:33 Views: 1831 |
amburypar |