Assuming that the .data segment begins at location 0400000h, what would be memory layout for the below declarations be? Specify the hex contents of each address on a byte by byte basis (until all the data is accounted for). .data value1 DWORD 89ABCDEFh str1 BYTE 5 Dup(15), 0 array1 SWORD 1,2,3,4,-5