From d3e6c9aca78a5106948859ab4a2148289c4a7a75 Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 11 May 2025 20:31:21 -0400 Subject: Add the ROTV instruction --- src/util.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3