2.3.10. Operand Expressions | Table of Contents | 2.3.12. Operators |
Symbol | Value | Class | Type |
---|---|---|---|
label | its address | Memory | NEAR |
constant | its value | Immediate | 0 |
type | 0 | Memory | SizeOf(type) |
field | its offset | Memory | SizeOf(type) |
variable | its address | Memory | SizeOf(type) |
procedure | its address | Memory | NEAR |
function | its address | Memory | NEAR |
unit | its address | Immediate | 0 |
2.3.10. Operand Expressions | Table of Contents | 2.3.12. Operators |