From 26c24ab3c581967015490d1a11ee098bb5ba338a Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 11 May 2025 12:20:33 -0400 Subject: Replaced STOREV with LOADV --- inc/instr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/instr.h') 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, -- cgit v1.2.3