summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-05-11 20:31:21 -0400
committerbd <bdunahu@operationnull.com>2025-05-11 20:31:21 -0400
commitd3e6c9aca78a5106948859ab4a2148289c4a7a75 (patch)
tree214e73f0b9de212e7b551fe0cc5178c16335c223 /src
parent66d24b85ece18eb3b6bd92469b630fc2e8b3a4a9 (diff)
Add the ROTV instruction
Diffstat (limited to 'src')
-rw-r--r--src/util.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.lisp b/src/util.lisp
index 25b867b..d56df59 100644
--- a/src/util.lisp
+++ b/src/util.lisp
@@ -84,7 +84,7 @@ of the elements from both lists. Returns nil if the lists are not equal size."
(defvar r-type
'("ADD" "SUB" "MUL" "QUOT" "REM" "SFTR" "SFTL" "AND" "OR"
- "NOT" "XOR" "ADDV" "SUBV" "MULV" "DIVV" "CMP" "CEV" "SRDL" "SRDS")
+ "NOT" "XOR" "ADDV" "SUBV" "MULV" "DIVV" "CMP" "CEV" "SRDL" "SRDS" "ROTV")
"R-type instructions.")
(defvar i-type