summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/ex.h1
-rw-r--r--inc/instr.h1
2 files changed, 1 insertions, 1 deletions
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,