On the subject of numerical representations—notations —we just need to review some basic information before continuing; this chapter is a brief summary of the most important concepts about binary, octal, hexadecimal notations. In the next two chapters we’ll find hexadecimal constants inside assembler code and memory dumps, so it’s useful to remind ourselves what binary and hex numbers are, as well as how to read and convert them.
Following the overall practical approach to the topics covered by this book, it will be useful to see some numerical examples, instead of just reviewing theory. This ...