i have to submit my assignment after 4 hours
and there are fue things i couldnt understand
i wich any can help me to understand....
Given DS = 1234H and the declarations:
DATA SEGMENT
VAR1 DB ‘CAT’, 3 DUP(?), 0, ‘0’, ?
VAR2 DD 123ABC4DH
DATA ENDS
and
LEA BX, VAR2
INC [BX]
MOV SI, OFFSET VAR1
MOV CL, [SI]
what dose each of the red words will represent !!!
i need to understand because we have a test soon:'(