summary refs log tree commit diff
path: root/lisc/lisc.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-08-12 15:25:53 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-15 23:01:31 -0400
commit78bf28f56e7dcdd89efba5c69bd90ed858658162 (patch)
tree071be80e60e3d6ef0f4109112ac9a3803db5a896 /lisc/lisc.h
parent8be35bf2be509f32d2fccc182743ae409838c4e4 (diff)
downloadroux-78bf28f56e7dcdd89efba5c69bd90ed858658162.tar.gz
add basic support for stack allocation
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r--lisc/lisc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h
index cd64e29..abf9c1f 100644
--- a/lisc/lisc.h
+++ b/lisc/lisc.h
@@ -126,6 +126,7 @@ enum {
 	OSub,
 	ODiv,
 	ORem,
+	OAnd,
 	OCmp,
 	OCmp1 = OCmp + NCmp-1,
 	OStorel,
@@ -138,6 +139,7 @@ enum {
 	OLoadsb,
 	OLoadub,
 	OCopy,
+	OAlloc,
 	NPubOp,
 
 	/* reserved instructions */