Question: Using Code Composer and TM4C ARM processor, write your program that reads the character array from strsrc (SRAM address) and write them to the address
Using Code Composer and TM4C ARM processor, write your program that reads the character array from strsrc (SRAM address) and write them to the address staring from strdst (SRAM address).
Use this template below and fill in your code in two separate your code sections.
You need to show your code. Also, you need to include the screenshot that shows the memory status of strdst clearly.

.global main . thumb data strsrc: .cstring strdst: .cstring Hi .text main: your code strcopy: your code loop: nop B loop .end .global main . thumb data strsrc: .cstring strdst: .cstring Hi .text main: your code strcopy: your code loop: nop B loop .end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
