Viewing profile — awhitworth
awhitworth
HN member- Joined
- Sat, Apr 04, 2015, 11:52 PM UTC
- HN karma
- 38
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About awhitworth
No profile information was provided.
Recent public activity
-
comment
Comment #9322645
The title of the book is "X86 Disassembly". It was only ever intended to cover x86. x86_64, mips, ppc, etc are all expressly out of scope.
-
comment
Comment #9322642
I don't know exactly why, but I have some theories. First, the two instructions you list there aren't parallelizable, because you have a write to ESP and then a read from it, so th…
-
comment
Comment #9322627
It's funny to see this link come up on HN, because I wrote this book (or much of it) years ago as a college student. I was taking some courses on microprocessor architectures and a…