fixed instruction length issue
[dcpu16] / as-dcpu16.c
index c89d1030816bdec4f9695fefddae34d01d87b11c..798bf7ece0d8061a01c50e66b258cc64bd710be2 100644 (file)
 /*
  *  quick and dirty assembler for dcpu16
  *  
+ *  Justin Wind <justin.wind@gmail.com>
+ *    2012 04 07 - implementation started
+ *    2012 04 10 - functional
+ *
  *  TODO
  *    needs ability to specify location for code or data
+ *    short labels not correctly computed
  */
 
 static const char * const src_id_ = "$Id$";