Question: Problem #1 (25 points) Assembly Language Directives A. (15 points) Consider the assembly directives shown below. Show the content of relevant regions of the memory

Problem #1 (25 points) Assembly Language Directives A. (15 points) Consider the assembly directives shown below. Show the content of relevant regions of the memory initialized by these directives. The memory is organized in words. The MSP430 ISA is a little-endian architecture. Fill in the table below. Assume that the assembler places the data segment in RAM memory starting from the address 0x1100. How many bytes is allocated and initialized by these directives? .data .byte 4, 5, -1, A .byte 00011100b, 256q .align 2 .word -2, 4, 0x22AC .long 2 .float 2.0 .cstring "ABC" 1b1: 1b2: lw1: 11w1: 1f1: 1s: Label Address [hex] Memory[15:0] [hex] Ib1Ox1100 0x0504 Problem #1 (25 points) Assembly Language Directives A. (15 points) Consider the assembly directives shown below. Show the content of relevant regions of the memory initialized by these directives. The memory is organized in words. The MSP430 ISA is a little-endian architecture. Fill in the table below. Assume that the assembler places the data segment in RAM memory starting from the address 0x1100. How many bytes is allocated and initialized by these directives? .data .byte 4, 5, -1, A .byte 00011100b, 256q .align 2 .word -2, 4, 0x22AC .long 2 .float 2.0 .cstring "ABC" 1b1: 1b2: lw1: 11w1: 1f1: 1s: Label Address [hex] Memory[15:0] [hex] Ib1Ox1100 0x0504
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
