Question: LC-3 programming. I am trying to write: if (a < 0) //do something else //do something in LC-3 code, not sure how to go about
LC-3 programming.
I am trying to write:
if (a < 0)
//do something
else
//do something
in LC-3 code, not sure how to go about this. Assume R3 = a.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
