Lecture 15 Objectives


At the end of today's class you should

KNOW:

BE ABLE TO:

Sample Exam Question:

Translate the following high-level language pseudo-code into LC-3 assembly language code.

  while (R3 < R4) and (R5 != 0)
     increment R3
     increment R5
  endwhile