Question: Programming MARIE compiler Write a program to take the assembly code as input and write the output of accumulator when it sees HALT instruction. You

Programming MARIE compiler Write a program to take the assembly code as input and write the output of accumulator when it sees HALT instruction. You can use any programming language. 20 points Write appropriate documentation. 5 points Sample input file contents: 100 Load 104 101 Add 105 102 Store 106 103 HALT 104 0023
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
