<<< Address Displacements | Index | Specifying Operand Size >>> |
Each displacement can be an address or numeric constant.
If there is more than one displacement, the assembler totals them at assembly time and encodes the total displacement.
For example, in the statement
table WORD 100 DUP (0) . . . mov ax, table[bx][di]+6
both table and 6 are displacements.
<<< Address Displacements | Index | Specifying Operand Size >>> |