| <<< EQU Directive and Symbolic Integer Constants | Index | masm_operators.ASM >>> |
The TYPE operator returns the size (in bytes) of each element in an array.
The LENGTHOF operator returns the number of elements in an array.
The SIZEOF operator returns the number of bytes used by an array initializer.
See listing file masm_operators.lst of the masm_operators.asm program for operator examples.
| <<< EQU Directive and Symbolic Integer Constants | Index | masm_operators.ASM >>> |