summaryrefslogtreecommitdiff
path: root/inc/instr.h
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-05-11 12:20:33 -0400
committerbd <bdunahu@operationnull.com>2025-05-11 12:21:34 -0400
commit26c24ab3c581967015490d1a11ee098bb5ba338a (patch)
tree94c8f59ae7d530127d8cd49ce1e6480da7397d6f /inc/instr.h
parent6f4e9e0b914c3e68691a5d884cbad0b5813fcf18 (diff)
Replaced STOREV with LOADV
Diffstat (limited to 'inc/instr.h')
-rw-r--r--inc/instr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/instr.h b/inc/instr.h
index 0c49a79..7a6396d 100644
--- a/inc/instr.h
+++ b/inc/instr.h
@@ -37,8 +37,9 @@ enum Mnemonic {
DIVV,
CMP,
CEV,
+ SRDL,
+ SRDS,
LOAD,
- LOADV,
ADDI,
SUBI,
SFTRI,
@@ -47,7 +48,6 @@ enum Mnemonic {
ORI,
XORI,
STORE,
- STOREV,
JMP,
JRL,
JAL,