parent
50fe0e2267
commit
c336ca328f
@ -0,0 +1,15 @@ |
|||||||
|
# RISC combined instruction set |
||||||
|
|
||||||
|
goal: a semi-efficient insatruction set that offers few instructions that offer |
||||||
|
the combined functions of conventional risc instuctions. |
||||||
|
|
||||||
|
as such most instructions could be pipelined, I don't know how to feel about that |
||||||
|
|
||||||
|
| mnemonic | function | opcode | |
||||||
|
|------------|----------------|--------| |
||||||
|
| Arithmetic | | | |
||||||
|
|------------|----------------|--------| |
||||||
|
| Memory | | | |
||||||
|
|------------|----------------|--------| |
||||||
|
| LD Rd, Ra:Rb| |
||||||
|
| ST | |
Loading…
Reference in new issue