Question: 12. (+10) Using the Vole Architecture instructions, write a program that will sum the three values AO 55 and BB and store the sum in

 12. (+10) Using the Vole Architecture instructions, write a program that

12. (+10) Using the Vole Architecture instructions, write a program that will sum the three values AO 55 and BB and store the sum in memory cell CC Suggested algorithm a. Load register 00 with AO b. Load register 01 with 55 c. Load register 02 with BB d. Add the contents of register 00 == A0) and register 01 (==55) and store the sum in register 03 e. Add the contents of register 03 (=AO+55) and register 02 (==BB) and store the sum in register 04 Move the contents of register 04 (== A0+55 +BB) into memory cell CC Remember to add C000 (halt instruction) to your program Answer here 12. (+10) Using the Vole Architecture instructions, write a program that will sum the three values AO 55 and BB and store the sum in memory cell CC Suggested algorithm a. Load register 00 with AO b. Load register 01 with 55 c. Load register 02 with BB d. Add the contents of register 00 == A0) and register 01 (==55) and store the sum in register 03 e. Add the contents of register 03 (=AO+55) and register 02 (==BB) and store the sum in register 04 Move the contents of register 04 (== A0+55 +BB) into memory cell CC Remember to add C000 (halt instruction) to your program Answer here

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!