Does anybody has a code of Cyclic Redundancy Check implemented in assembly??
"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...