1.2.4 - Types of programming language Flashcards
1
Q
What is Assembly language?
A
Uses mnemonics instead of binary codes to represent operation codes and addresses. Typically 2,3 or 4 character mnemonics are used. Each instruction translates into one machine code instruction. The assmebler then translates it into machine code.
2
Q
Define BRA, BRP, BRZ
A
Branch always
Branch if positive
Branch if if zero
3
Q
State the mnemonics for the following instructions: ADD SUBTRACT STORE LOAD INPUT OUTPUT HALT DATA
A
ADD SUB STA LDA INP OUT HLT DAT