Question: Write a program that does the following. 1.Loads your student ID number into memory starting at location 0x20000100a.DO NOT do any conversionon your ID number.
Write a program that does the following.
1.Loads your student ID number into memory starting at location 0x20000100a.DO NOT do any conversionon your ID number. If my ID number is 123456789, I should be able to read your ID in memory as 123456789
2.Loads the first six characters of yourname,in ASSIC,in to memory right afteryour student ID. Total of 6 bytes.a.This means that you should NOTover write anything that you have already entered.
3.Loadfrom memory location 0x0000 0000 into the registersa.R0 and R1 hold the 64 bits starting at 0x0000 0000(Total of 2 Words, each of 32 bits)b.R2 holds the next byte (8 bits) data c.R3 holds the next half word (16 bits)d.R4 holds the next word (32 bits)
***USE LDR, ADD AND STR COMMANDS!!***
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
