Update Home

Yannick Reiß 2024-02-02 12:24:48 +01:00
parent 1e46b2fe86
commit 7463f54064
1 changed files with 7 additions and 14 deletions

21
Home.md

@ -1,15 +1,8 @@
**Arithmetic logical unit**
Internal operation codes:
**Processor**
|opcode|operation|
|---|---|
|0000|ADD|
|0010|SUB|
|0011|SLL|
|0100|SLT|
|0101|SLTU|
|0110|XOR|
|0111|SRL|
|1000|SRA|
|1010|OR|
|1011|AND|
- [Instruction Cycle](Instructions)
**Assembler**
- [Assembler Manual](Assembler)
- [Assembly Language](Language)