Assembly Language Problem Please dont forget to draw a memor
Assembly Language Problem
Please don\'t forget to draw a memory map and specify values of all labels used. Thanks in advance :)
Draw a memory map diagram illustrating the contents of all memory affected by the following block of 68K code. Also specify the values of all labels used. ORG $600 PEAR DC.B 5, 8, 24 APPLE DC.W 6, 12, 35 KIWI DC.L 13 DS.B 2 MANGO EQU $1E GRAPE DC.W 2, MANGO ORANGE DC.L KIWI MANGOSolution
PEAR 600
APPLE 603
KIWI 604
0000
MANGO 1E
GRAPE 606 MANGO value given to dc.w ie grape 4 BYTES
ORANGE 13+1E
