EQU Directive
| String Size | Array Size | Instruction Size |
| Output | Output | Output |
| 13 | 4 | 2 |
| The directive associates a symbolic name with an integer expression or some text. |
|
<...>.
| When the assembler encounters later in the program, it substitutes the integer value or text for the symbol. Code 3 and 4 are equal. stores the integer value 200, and stores the string “20 * 10” . |
|
|
“I’m not arguing, I’m just explaining why I’m right.” ― Unknown |