Tomilla / CS-APP2e

Homework Problem Solution for <Computer Systems - A Programmer's Perspective. 2nd. ed>
http://csapp.cs.cmu.edu/
MIT License
39 stars 15 forks source link

2.61 - option (d) - fix #4

Open dud3 opened 7 years ago

dud3 commented 7 years ago

It does return 1 when the most significant byte is 1, which I think it should return 0 and only if most significant byte is 0 it should return 1.

I've made some comments that explains how it works by example.