Question: Assembly Language 1. Explain the differences between the EQU and TEXTEQU directives? 2. Explain how and why the .data? directive is used for. 3. Explain
Assembly Language
1. Explain the differences between the EQU and TEXTEQU directives?
2. Explain how and why the .data? directive is used for.
3. Explain why ListSize is being divided by first 2 then 4 in the different snippets of code?
list WORD 1000h, 2000h, 3000h, 4000h ListSize = ( $ - list ) /2
list DWORD 10000000h, 20000000h, 30000000h, 40000000h ListSize = ( $ - list ) / 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
