Question: 1. How many bytes are defined by the following? DATA1 DB 5DUP(4DUP(OFFH)) 2. Write the data at offset addresses 10H and 11H in the following
1. How many bytes are defined by the following? DATA1 DB 5DUP(4DUP(OFFH)) 2. Write the data at offset addresses 10H and 11H in the following two cases: ORG 10H DATA1 DB 72H DATA 2 DB 04H ORG 10H DATA 1 DW 7204H 3. What is the purpose of the ORG directive? How many bytes are reserved by each of the following directives? (a) DATA1 DB 012345 4. (b) DATA2 DW 012345H
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
