Does anybody has a code of Cyclic Redundancy Check implemented in assembly??
"a 16 bit standard polynomial is used" There are many standard 16-bit polynomials - which one do you want?
Assume the data frame: 1010001101, and the polynomial generator: G(X) = X^5 + X^4 + X^2 + 1