When writing an LC-3 program that service routines can destroy values, but you need to preserve the values in another part of the program, what should you do?
A) Group the values into a memory block
B) Return the values frequently
C) Save and restore registers
D) Load values into a label for later use
When writing an LC-3 program that service routines can destroy values, but you need to preserve the values in another part of the program, what should you do?
A) Group the values into a memory block
B) Return the values frequently
C) Save and restore registers
D) Load values into a label for later use