Sorry Dave. I still don't get it. 60 on the table I use comes out to 0111100 in binary. Are we choosing the bits from left to right (MSB first) instead of right to left (LSB first)?
Sorry Dave. I still don't get it. 60 on the table I use comes out to 0111100 in binary. Are we choosing the bits from left to right (MSB first) instead of right to left (LSB first)?
I think this is the problem
You are reading $60 as decimal when it is a HEX number
60 = 00111100 in binary
$60 = 01100000 in binary
Phil
Bookmarks