Add ALU Opcodes
commit
1e46b2fe86
|
@ -0,0 +1,15 @@
|
||||||
|
**Arithmetic logical unit**
|
||||||
|
Internal operation codes:
|
||||||
|
|
||||||
|
|opcode|operation|
|
||||||
|
|---|---|
|
||||||
|
|0000|ADD|
|
||||||
|
|0010|SUB|
|
||||||
|
|0011|SLL|
|
||||||
|
|0100|SLT|
|
||||||
|
|0101|SLTU|
|
||||||
|
|0110|XOR|
|
||||||
|
|0111|SRL|
|
||||||
|
|1000|SRA|
|
||||||
|
|1010|OR|
|
||||||
|
|1011|AND|
|
Loading…
Reference in New Issue