diff options
author | Eric Anholt <eric@anholt.net> | 2006-08-31 10:21:15 -0700 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2013-03-04 15:54:23 +0000 |
commit | 1e907c7aed7c11f9b29ca8ee4d6e7916d81a5277 (patch) | |
tree | f446cbea43c82e1975e70a352e9e876a35d89bd5 /assembler/TODO | |
parent | d77712994d7a6dd183e0274c2afb5f246b06c0d1 (diff) |
Add rules for branch and jump instructions.
Untested.
Diffstat (limited to 'assembler/TODO')
-rw-r--r-- | assembler/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assembler/TODO b/assembler/TODO index f2ad9ced..4e2a4dab 100644 --- a/assembler/TODO +++ b/assembler/TODO @@ -7,3 +7,4 @@ - more error cases. - boolean types - replace GL* with non-GL? +- labels for branch/jump instruction destinations |