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.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index 44115aa..75069fe 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -120,6 +120,7 @@ enum {
 
 enum {
 	OXXX,
+
 	/* public instruction */
 	OAdd,
 	OSub,
@@ -135,9 +136,11 @@ enum {
 	OLoadus,
 	OLoadsb,
 	OLoadub,
-	/* reserved instructions */
-	ONop,
 	OCopy,
+	NPubOp,
+
+	/* reserved instructions */
+	ONop = NPubOp,
 	OSwap,
 	OSign,
 	OXDiv,
@@ -145,7 +148,7 @@ enum {
 	OXCmpl,
 	OXSet,
 	OXSet1 = OXSet + NCmp-1,
-	OLast
+	NOp
 };
 
 enum {