Chapter 3. 80x86 Assembly for the HLL Programmer

image with no caption

Throughout this book, you’ll examine high-level language code and compare it to the machine code that a compiler generates for the high-level code. Making sense of a compiler’s output requires some knowledge of assembly language. Becoming an expert assembly programmer takes time and experience. Fortunately, such skill isn’t necessary for our purposes. All you really need is the ability to read code generated by compilers and other assembly language programmers; you don’t need to be able to write assembly language programs from scratch. This chapter

  • Describes the basic 80x86 machine architecture

  • Provides ...

Get Write Great Code, Volume 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.