Add break, cont, and halt instructions.

This commit is contained in:
Eric Anholt
2006-09-01 13:37:51 -07:00
committed by Damien Lespiau
parent 9201e4e2a0
commit 4ee9c3d869
2 changed files with 41 additions and 5 deletions
+1
View File
@@ -8,3 +8,4 @@
- boolean types
- replace GL* with non-GL?
- labels for branch/jump instruction destinations
- break/cont syntax should be better.