.data
len dw 10
msg db "1234567890"
.code
....
Address for segments DS= 0ACA CS =0AC7
What is the absolute address for string msg?
What I understand is effective address for msg is 21 in dec which 15H, then I do DS:0015 which is ACB5 but it's not working..
The answers available are:
0ACA2
0ACC0
0ACC
0ACA0