Lecture 16 Objectives


At the end of today's class you should

KNOW:

BE ABLE TO:

Sample Exam Questions: Write a complete LC-3 subroutine that takes the OR of two register values. The two values to be OR'd are passed to the subroutine in R0 and R1. The subroutine returns the result in R2. Use the label OR for the subroutine's entry point.