You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am very interested in this topic. I read I can get points to spot typos in the book? :) Possibly the little endianness part of the chapter contains a typo. I get different results/.
Here is a link to my gist with explanation
I am very interested in this topic. I read I can get points to spot typos in the book? :) Possibly the little endianness part of the chapter contains a typo. I get different results/.
<script src="https://gist.github.com/multitudes/da102c7cec4416c6854769cdba141828.js"></script>Here is a link to my gist with explanation
The correct representation of the actual contents for little endian encoding should be:
Type Logical Contents ....... Actual Contents
long aabbccddeeff0011 -> 1100 eeff ccdd aabb
The text was updated successfully, but these errors were encountered: