D-format Flashcards
1
Q
STUR
A
D-format 111 1100 0000 Transfers data from register to memory
2
Q
STURB
A
D-format 001 1100 0000 Store byte
3
Q
LDUR
A
D-format 111 1100 0010 Transfers data from memory to register
4
Q
STURH
A
D-format 011 1100 0000 Store halfword
5
Q
LDURSW
A
D-format 101 1100 0100 Load word
6
Q
STURSW
A
D-format 101 1100 0000 Store word
7
Q
D-format
A
11 bit opcode 9 bit address 2 bit op2 5 bit rm 5 bit rt 32 bits total
8
Q
LDURH
A
D-format 011 1100 0010 Load halfword
9
Q
LDURB
A
D-format 001 1100 0010 Load byte