Assembly Language Flashcards
1
Q
What is a Mnemonic?
A
Acronym for instructions.
2
Q
What is the mnemonic for instruction load?
A
LDA
3
Q
What is the mnemonic for instruction store?
A
STA
4
Q
What is the mnemonic for instruction add?
A
ADD
5
Q
What is the mnemonic for instruction subtract?
A
SUB
6
Q
What is the mnemonic for instruction input?
A
INP
7
Q
What is the mnemonic for instruction output?
A
OUT
8
Q
What is the mnemonic for instruction end?
A
HLT
9
Q
What is the mnemonic for instruction branch of zero?
A
BRZ
10
Q
What is the mnemonic for instruction branch if zero or positive?
A
BRP
11
Q
What is the mnemonic for instruction branch always?
A
BRA
12
Q
What is the mnemonic for instruction data storage?
A
DAT