aboutsummaryrefslogtreecommitdiff
path: root/include/instset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/instset.h')
-rw-r--r--include/instset.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/instset.h b/include/instset.h
index ab7bab0..eeb4600 100644
--- a/include/instset.h
+++ b/include/instset.h
@@ -32,6 +32,8 @@ enum {
SALIS_INST SPLT, /**< $ Split child memory block */
SALIS_INST INCN, /**< ^ Increment register */
SALIS_INST DECN, /**< v Decrement register */
+ SALIS_INST SHFL, /**< < Shift-left register */
+ SALIS_INST SHFR, /**< > Shift-right register */
SALIS_INST ZERO, /**< 0 Zero out register */
SALIS_INST UNIT, /**< 1 Place 1 on register */
SALIS_INST NOTN, /**< ! Negation operator */
@@ -45,9 +47,7 @@ enum {
SALIS_INST SEND, /**< S Send instruction to common pipe */
SALIS_INST RECV, /**< R Receive instruction from common pipe */
SALIS_INST PSHN, /**< # Push value to stack */
- SALIS_INST POPN, /**< ~ Pop value from stack */
- SALIS_INST EATB, /**< < Eat backwards */
- SALIS_INST EATF /**< > Eat forward */
+ SALIS_INST POPN /**< ~ Pop value from stack */
};
/** Determine if an unsigned integer contains a valid instruction.