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

Problem #1 (25 points) 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 Ox1100. How many bytes is allocated and initialized by these directives? 1bi: 1b2: lwi: llwl: 1f1: .data .byte 1, -3, -5, 'o', 'B', 'b', '!', exeo .byte wee1111@b, 1679, 3 .align 2 .word - 1e, exF2AC .long - 2 . float 1.0 .cstring "Aalb" 15: Label Address (hex] Memory[15:0) (hex] 1b1 Ox1100 OXFD01 Problem #1 (25 points) 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 Ox1100. How many bytes is allocated and initialized by these directives? 1bi: 1b2: lwi: llwl: 1f1: .data .byte 1, -3, -5, 'o', 'B', 'b', '!', exeo .byte wee1111@b, 1679, 3 .align 2 .word - 1e, exF2AC .long - 2 . float 1.0 .cstring "Aalb" 15: Label Address (hex] Memory[15:0) (hex] 1b1 Ox1100 OXFD01
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
