Reddit Reddit reviews The Definitive Guide to How Computers Do Math : Featuring the Virtual DIY Calculator

We found 3 Reddit comments about The Definitive Guide to How Computers Do Math : Featuring the Virtual DIY Calculator. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Science
AI & Machine Learning
Machine Theory
The Definitive Guide to How Computers Do Math : Featuring the Virtual DIY Calculator
Check price on Amazon

3 Reddit comments about The Definitive Guide to How Computers Do Math : Featuring the Virtual DIY Calculator:

u/sanedave · 10 pointsr/learnprogramming

Three books I have been using:

The Definitive Guide to How Computers Do Math

Web page here: http://www.diycalculator.com/

Assembly Language Step-by-Step: Programming with Linux

Hacking: The Art of Exploitation, 2nd Edition

The first uses a virtual machine running on Windows, with 5 registers, 65K of virtual memory, a debugger, and will give you a good basic understanding of what is going on. The second book uses Intel X86 on Linux, and gives a solid foundation of the most used instructions. The third book is just good.

Other favorites of mine include "The Art of Debugging" by Norm Matloff (google for his excellent web page) and "Professional Assembly Language" by Richard Blum.

Have fun!

u/techgeek6061 · 1 pointr/engineering

Check out "The Definitive Guide to How Computers Do Math : Featuring the Virtual DIY Calculator." It's not a textbook, but it is a pretty good guide to computer architecture with a lot of hands-on labs to work through.

https://www.amazon.com/Definitive-Guide-How-Computers-Math/dp/0471732788