Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Enter and the following Falcon code: .CODE CLR R3 ! R3 is LIST index CLR AC ADD #LIST (R3+] SAVE @#RESULT HALT .DATA :
1. Enter and the following Falcon code: .CODE CLR R3 ! R3 is LIST index CLR AC ADD #LIST (R3+] SAVE @#RESULT HALT .DATA : RESULT .NUM #0 :LIST .NUM #0x3 .NUM #0x4 NUM #0x5 .NUM #OXA .NUM #OxB . END 2. Modify the above code to add LIST[O] LIST[1], LIST[2], LIST[3] and LIST[4] using R3 as an index. Store the final result in #RESULT. Add your name and student ID at the top of your code. Assemble and run the program then take a screenshot. 1. Enter and the following Falcon code: .CODE CLR R3 ! R3 is LIST index CLR AC ADD #LIST (R3+] SAVE @#RESULT HALT .DATA : RESULT .NUM #0 :LIST .NUM #0x3 .NUM #0x4 NUM #0x5 .NUM #OXA .NUM #OxB . END 2. Modify the above code to add LIST[O] LIST[1], LIST[2], LIST[3] and LIST[4] using R3 as an index. Store the final result in #RESULT. Add your name and student ID at the top of your code. Assemble and run the program then take a screenshot
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started