Created by Mark Storry
almost 8 years ago
|
||
Question | Answer |
LDA | Loads a value from memory and store it into the accumulator |
STA | Stores a value in the next available memory address |
INP | Asks the user to input a number |
OUT | Outputs a number from the processor |
ADD | Adds the current value to whatever is stored in the accumulator |
SUB | Subtracts the current value from whatever is stored in the accumulator |
HLT | Stops the processor from processing those instructions |
Want to create your own Flashcards for free with GoConqr? Learn more.