3.2 The P-Code Model

Because p-code is designed to produce the smallest code possible, it uses several size-reduction techniques not found in ordinary assembly language. You don't have to understand how p-code works in order to save space in your programs, but if you want to debug a program at the p-code level using the CodeView debugger, you need to understand the techniques p-code uses.

You should be familiar with the concepts of assembly-language programming before reading this section.