From 43588597069587f6846a7d64a1957435bec5429d Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 11 May 2025 22:04:46 -0400 Subject: Add ROTV instruction --- inc/ex.h | 1 - inc/instr.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/ex.h b/inc/ex.h index 41195a1..64eecb7 100644 --- a/inc/ex.h +++ b/inc/ex.h @@ -89,7 +89,6 @@ class EX : public Stage /** * Handles operations involving a vector result and a scalar. - * Currently, this is SRDL and SRDS * @param slot 1, and later, the result of the mnemonic operation. * @param slot 2 * @param the mnemonic diff --git a/inc/instr.h b/inc/instr.h index a083699..5a8ff4a 100644 --- a/inc/instr.h +++ b/inc/instr.h @@ -39,6 +39,7 @@ enum Mnemonic { CEV, SRDL, SRDS, + ROTV, LOAD, ADDI, SUBI, -- cgit v1.2.3