Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need assistance with answering the question about comparing the two tables. I am not sure what comparison it is looking for. Thanks! Lab Exercises

image text in transcribedimage text in transcribedI need assistance with answering the question about comparing the two tables. I am not sure what comparison it is looking for. Thanks!

Lab Exercises - Investigate and Explore The lab investigations are a series of exercises that are designed to demonstrate the various aspects of IO interrupt handling. Exercise 1 - Describe what interrupt vectors are and explain how they are used In the compiler window, check only the boxes Generate code, Enable optimizer and Redundant Code. Enter the following source code and compile it: program Vectors sub IntVect1 intr 1 writeln("This is intr 1") end sub sub IntVect2 intr 2 writeln("This is intr 2") end sub sub IntVect5 intr 5 writeln("This is intr 5") end sub while true wend In the compiled code window locate the subroutines IntVect1, IntVect2 and IntVect5. Make a note of the starting addresses of these subroutines below: 1 Next, do the following: 1. Load the code generated in CPU memory. 2. Click on the INTERRUPTS... button to view the INTERRUPT VECTORS window. 3. Make a note of the numbers displayed in text boxes next to INT1, INT2 and INT5. Note: The INTERRUPT VECTORS window in the simulator represents that part of the CPU hardware that stores the various interrupt routine addresses. Compare the two tables above and enter a brief comment on your observation in the space below

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions