How EQU processed by assembler
Answers
Answered by
0
The EQU instruction assigns absolute or relocatable values to symbols. Use it to: ... Assign length and type attributes to symbols, either implicitly or explicitly. Assign program type and assembler type values to symbols.
Similar questions