The Processor Instruction Set and Addressing Modes (AQA A-Level Computer Science): Flashcards
📚Flashcards
Practise the cards
10 cards from this deck
ShowHide
Practise the cards
10 cards from this deck
Machine code
Machine code
Patterns of binary digits (0s and 1s)
Mnemonics
Mnemonics
Short codes representing processor operations
symbol in operand
symbol in operand
Indicates immediate addressing (actual data value)
Direct addressing
Direct addressing
Operand contains memory address where data is located
Opcode
Opcode
Specifies what operation processor should perform
Four operation categories
Four operation categories
Data transfer, arithmetic, logical, branch
MOV instruction function
MOV instruction function
Copies value from one location to another
LDR instruction function
LDR instruction function
Loads data from memory into register
Branch operations enable
Branch operations enable
Non-linear program execution (jumps)
AND operation returns 1 when
AND operation returns 1 when
Both bits are 1
