NEW
Font size
WorksheetsWJEC 2.3.3 Assembly Language
Total questions: 15
Worksheet time: 8mins
Every computer processor has the same instruction set
True
False
What are the 2 parts of the instruction?
Opinstruction and Opmemory
Opcommand and Opstate
Opcode and Operand
Opcommand and Opmemory
In Little Man Computer which assembly instruction loads a value from memory onto the accumulator?
STA x
LDA x
ADD x
SUB x
INP
In Little Man Computer which assembly instruction stores the value in the accumulator to a memory location?
STA x
LDA x
ADD x
SUB x
INP
What translates assembly code into machine code?
compiler
assembler
linker
loader
interpreter
Each assembly instruction usually has an address or data called an
opcode
operand
mnemonic
instruction set
A DAT 5
What Mnemonic is used by the LMC to stop the program
HLT
STO
STP
STA
What Mnemonic is used for Addition by the LMC
ADD
ADS
ODD
IDD
What Mnemonic is used to Subtract by the LMC
SUB
SBU
SBB
SUU
