summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r--lisc/lisc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index 2c78da4..1a711ca 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -128,7 +128,13 @@ enum {
 	OCmp,
 	OCmp1 = OCmp + NCmp-1,
 	OStore,
+	OStores,
+	OStoreb,
 	OLoad,
+	OLoadss,
+	OLoadus,
+	OLoadsb,
+	OLoadub,
 	/* reserved instructions */
 	ONop,
 	OCopy,