This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cyclic Redundancy Check

Does anybody has a code of Cyclic Redundancy Check implemented in assembly??

Parents
  • "The same procedure should be used for CRC computation at the transmitter and the receiver"

    The algorithm (or "procedure") must be the same - but there may need to be differences in the detail of the implementation if the transmitter and the receiver run on different architectures; eg, if one is big-endian and the other is little-endian...

Reply
  • "The same procedure should be used for CRC computation at the transmitter and the receiver"

    The algorithm (or "procedure") must be the same - but there may need to be differences in the detail of the implementation if the transmitter and the receiver run on different architectures; eg, if one is big-endian and the other is little-endian...

Children
No data