From 84dcbfc6bb74fc082832e965b3e5421a1683d3c9 Mon Sep 17 00:00:00 2001 From: Bee Date: Tue, 14 Nov 2023 01:46:40 -0500 Subject: [PATCH] Fixed typo --- spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.md b/spec.md index a30e50e..7bc6b7f 100644 --- a/spec.md +++ b/spec.md @@ -94,8 +94,8 @@ Program counter stays on the currently executed instruction | 0x01 | TX | Terminate execution (eg. on end of program) | | 0x02 | NOP | Do nothing | -## Binary register-immediate ops -- Type `RR` +## Binary register-register ops +- Type `RRR` - Action: `#0 ← #1 #2` ## Addition (`+`)