Question 11
Consider the code segment (for xv6) given below.
What are the base address and the end address of data_reg?
The base address is 0xE3005018, and the end address is 0xE300501A.
The base address is 0xE3005018, and the end address is 0xE300501B.
The base address is 0xE3005006, and the end address is 0xE3005009.
The base address is 0xE3005024, and the end address is 0xE3005027.