The goal of this part of the book is to demonstrate how features from higher-level programming languages map onto assembly language. Whether assembly language is your first programming language or your hundredth, its primary usage for the average programmer is to give them insight into what’s really happening under the hood of whatever language they are programming in.
However, there are a large number of programming languages out there. We aren’t going to pick any particular ...