R-format Flashcards
1
Q
R-format
A
11 bit opcode 5 bit rm 6 bit shamt 5 bit rn 5 bit rd 33 bits total
2
Q
LSL
A
R-format 110 1001 1011 Shift left
3
Q
OR (ORR)
A
R-format 101 0101 0000 Bitwise OR
4
Q
LSR
A
R-format 110 1001 1010 Shift right
5
Q
AND
A
R-format 100 0101 0000 Bitwise AND
6
Q
SUB
A
R-format 110 0101 1000 rd = rn-rm
7
Q
ADD
A
R-format 100 0101 1000 rd = rn + rm