Hey i have 2 questions
1- do the following two data segment definitions result in the same storage in bytes at offset 10h
and 11h? if not, explain why.
"org 10h org 10h" and "data_1 db 72 data_1 dw 7204h"
2- explain allocated capacity for the following two directives and explain why?
(1) asc_data db '1234' (2) hex_data ow 1234h
Answers
Answered by
0
Answer:
I don't know the answer
Similar questions