For this problem, suppose that you are working with the partialdata segment given below. Assume that the memory address ofbalance is 0x44. What hexadecimal address belongsto the last item in history?Explain.
HISTLIMIT = 100
.data
balance DWORD 0
account WORD ?
history WORD HISTLIMITDUP(?)
isValid BYTE 0