Reading Notes on "CPU Introduction for Programmers"
This was an excellent book with key points organized in a very clear way. I was especially pleased that it included experimental sample code written in assembly 1. Even if you know concepts theoretically, running them gives you a deeper understanding. Here I’ll leave some miscellaneous notes for myself. Assembly Notation Intel syntax is easier to understand than AT&T syntax. I feel the same way. In Intel syntax, the destination comes on the left side....