Answered step by step
Verified Expert Solution
Question
1 Approved Answer
3. (51 pts) For the following OSIAC test program that can be used as sample test cases for your MP2 and MP3, fill in the
3. (51 pts) For the following OSIAC test program that can be used as sample test cases for your MP2 and MP3, fill in the highlighted blanks in its output file "summary.1". The format of summary, I was introduced in class. Here memory write: FFFF->M( F)" means a content of 0xFFFF is written to memory address 0xF in the below instruction (i.e. instruction 1). You should first turn the instructions into assembly instructions and then analyze what they do to change the contents of the registers, memory contents, and condition codes CVZN The purpose of this problem is to get you familiar with the summary file that is important to your future MP debugging. (34 blanks, 1.5 pts each) FF00 AC 000F X 0012 SP 0000 PC 0000 CVZN 0411 4104 0421 4204 0432 4031 0442 4042 FFFE 4050 000F 0450 0010 0001 00FF 0002 Summary.l memory write:: FFFF->M F) At end of instruction 1 F 12 At end of instruction 2 F 12 At end of instruction 3 ac x sp pc cvzn FF00 memory write:: -( x sp p cvzn memory write::-MF) xsp pc cvzn ac ac 12 3 0000 memory write:: At end of instruction 4 xSp pc cvzn 4 0000 ac 3. (51 pts) For the following OSIAC test program that can be used as sample test cases for your MP2 and MP3, fill in the highlighted blanks in its output file "summary.1". The format of summary, I was introduced in class. Here memory write: FFFF->M( F)" means a content of 0xFFFF is written to memory address 0xF in the below instruction (i.e. instruction 1). You should first turn the instructions into assembly instructions and then analyze what they do to change the contents of the registers, memory contents, and condition codes CVZN The purpose of this problem is to get you familiar with the summary file that is important to your future MP debugging. (34 blanks, 1.5 pts each) FF00 AC 000F X 0012 SP 0000 PC 0000 CVZN 0411 4104 0421 4204 0432 4031 0442 4042 FFFE 4050 000F 0450 0010 0001 00FF 0002 Summary.l memory write:: FFFF->M F) At end of instruction 1 F 12 At end of instruction 2 F 12 At end of instruction 3 ac x sp pc cvzn FF00 memory write:: -( x sp p cvzn memory write::-MF) xsp pc cvzn ac ac 12 3 0000 memory write:: At end of instruction 4 xSp pc cvzn 4 0000 ac
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