fixed instruction length issue
[dcpu16] / as-dcpu16.c
index c61884232c573a3469890df36c251f2f7d154b53..798bf7ece0d8061a01c50e66b258cc64bd710be2 100644 (file)
@@ -17,6 +17,7 @@
  *
  *  TODO
  *    needs ability to specify location for code or data
+ *    short labels not correctly computed
  */
 
 static const char * const src_id_ = "$Id$";