Question: 1.10 Questions Pseudo Assembly Language 1. Write an assembly language program that provides the following task to calculate your average test score for two test

1.10 Questions Pseudo Assembly Language 1. Write an assembly language program that provides the following task to calculate your average test score for two test scores. Remember, assembly language programs use memory addresses instead of variable names. It uses simple codes to represent operations, e.g., MV, to move or store data. Use the yellow addresses to store the computer instructions. Use the blue addresses to store the data, i.e., hours, rate and pay, Test 1 = 80 Test 2 = 85 Total Test Scores = Test 1+ Test 2 Average Test Score = Total Test Scores/ 2 Memory Contents. Address Janother program 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 Inside the Processor ( Instruction Pointer, Instruction Register, Data Register 1, Data Register 2, Accumulator Register IP IR REG1 REG2 ACC
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
