Show the content of the individual bytes allocated in memory
Show the content of the individual bytes allocated in memory in hexadecimal for the following declarations. Assuming that the address of I is 404000h, what are the addresses of J, K, and L? What is the total number of allocated bytes?
Solution
.DATA
I SBYTE 1, -1
J SWORD 10FFh, -256
K DWORD 23456h
L BYTE \'COE205\'
