aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2026-01-04 19:10:23 +0530
committerkrolxon <krolyxon@tutanota.com>2026-01-04 19:10:23 +0530
commitbe61e5ae6bca45a6dafc46cfe0957a8db96f9e4c (patch)
treeb6e3f7c3cdb9eec153e3c4bbdda8e5b02e6b00ec /README.md
parent244172960fff86e147a8e20cf19773026cbed96f (diff)
add jnz, README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b9d68f2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+# 8-Bit CPU Simulator
+
+## Added instructions
+1. MOV
+2. ADD
+3. SUB
+4. JMP (Jump)
+5. JZ (Jump if zero)
+5. JZ (Jump if not zero)
+6. HLT (Halt)