diff options
author | bd <bdunahu@operationnull.com> | 2025-05-10 22:50:45 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-10 22:50:45 -0400 |
commit | 10d72fe1e3586e214353b4b942388335bc13f404 (patch) | |
tree | b9fbdabfd6646a6b0699c604478d8ae8acaed1d7 /src/util.lisp | |
parent | d1ef2e2171d660bac392c19bc0094c5e76c986f6 (diff) |
Rename STOREV, LOADV to SRDS, SRDL
Diffstat (limited to 'src/util.lisp')
-rw-r--r-- | src/util.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.lisp b/src/util.lisp index 4af50e0..85076d1 100644 --- a/src/util.lisp +++ b/src/util.lisp @@ -88,7 +88,7 @@ of the elements from both lists. Returns nil if the lists are not equal size." "R-type instructions.") (defvar i-type - '("LOAD" "LOADV" "ADDI" "SUBI" "SFTRI" "SFTLI" "ANDI" "ORI" "XORI" "STORE" "STOREV") + '("LOAD" "SRDL" "ADDI" "SUBI" "SFTRI" "SFTLI" "ANDI" "ORI" "XORI" "STORE" "SRDS") "I-type instructions.") (defvar j-type |