Question: 11. In the following example, assume that segA begins at address 1A060h. What will be the starting address of the third segment, also called segA?
11. In the following example, assume that segA begins at address 1A060h. What will be the starting address of the third segment, also called segA?
segA SEGMENT COMMON var1 WORD ?
var2 BYTE ?
segA ends stack SEGMENT STACK BYTE 100h dup(0)
stack ends segA SEGMENT COMMON var3 WORD 3000h var4 BYTE 40h segA ends
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
