The following data segment starts at memory address 2300h (hexadecimal)
.data
printString BYTE "Assembly is fun",0
moreBytes BYTE 48 DUP(0)
dateIssued DWORD ?
dueDate DWORD ?
elapsedTime WORD ?
What is the hexadecimal address of dueDate?
2310h
2344h
2340h
2368h
Please explain the answer, I thought the answer was 2368h
Get Answers For Free
Most questions answered within 1 hours.