summaryrefslogtreecommitdiff
path: root/assembler/TODO
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-09-01 13:37:51 -0700
committerDamien Lespiau <damien.lespiau@intel.com>2013-03-04 15:54:25 +0000
commit4ee9c3d869742334672a1c622e2589ebeb8991cd (patch)
tree5c80793e37ae144469d56ac341264faf7405ce17 /assembler/TODO
parent9201e4e2a0eb2311daf5333f198631a497e06313 (diff)
Add break, cont, and halt instructions.
Diffstat (limited to 'assembler/TODO')
-rw-r--r--assembler/TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/assembler/TODO b/assembler/TODO
index 4e2a4dab..99fe77b2 100644
--- a/assembler/TODO
+++ b/assembler/TODO
@@ -8,3 +8,4 @@
- boolean types
- replace GL* with non-GL?
- labels for branch/jump instruction destinations
+- break/cont syntax should be better.