Hacker News new | ask | show | jobs
by mock-possum 925 days ago
> Next is the Global Packed Field, which in this case is 70 which in binary form is 00000000

… what? 70 should be 1000110 surely?

1 comments

70 in hex. So 01110000. The 111 bits are unused according to the article so it can be anything.