From 7463f54064de184ebbc3633db020dd5ef46a6a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannick=20Rei=C3=9F?= Date: Fri, 2 Feb 2024 12:24:48 +0100 Subject: [PATCH] Update Home --- Home.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/Home.md b/Home.md index af1dc4c..a17df43 100644 --- a/Home.md +++ b/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| \ No newline at end of file +- [Instruction Cycle](Instructions) + +**Assembler** + +- [Assembler Manual](Assembler) +- [Assembly Language](Language) \ No newline at end of file