Computer Science, asked by skrabhistar754, 7 months ago

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 simran5583
0

Answer:

I don't know the answer

Similar questions