log lwasm/instab.c @ 448:5cccf90bf838 3.0 tip

age author description
Fri, 13 Aug 2010 18:51:12 -0600 lost Fixed typo in eorb opcodes
Mon, 09 Aug 2010 00:37:46 -0600 lost Added dummy .bank pseudo and fixed segfault in output for object target (on imported symbol)
Fri, 23 Jul 2010 19:53:43 -0600 lost Changed ENDS to be ENDSTRUCT instead of ENDSECTION since ENDSTRUCT is required but ENDSECTION is not; updated docs to reflect change
Fri, 23 Jul 2010 18:28:05 -0600 lost Added rmw pseudo op as alias for rmd
Fri, 23 Jul 2010 17:08:57 -0600 lost Cosmetic updates to documentation; added warning pseudo op
Wed, 14 Jul 2010 22:33:55 -0600 lost Added in structure support and fixed up some warts in the listing code (by adding more warts)
Sat, 15 May 2010 13:39:21 -0600 lost Various bugfixes
Mon, 26 Apr 2010 19:44:44 -0600 lost Added extdep pseudo back in
Wed, 31 Mar 2010 20:12:20 -0600 lost Checkpoint - adding actual cpu instructions
Wed, 31 Mar 2010 18:46:32 -0600 lost Finished pseudo ops
Tue, 30 Mar 2010 23:12:41 -0600 lost Added os9 directives to instruction table
Tue, 30 Mar 2010 23:10:01 -0600 lost Added os9 opcodes and ERROR
Tue, 30 Mar 2010 21:48:49 -0600 lost Added SECTION/ENDSECTION
Tue, 30 Mar 2010 20:56:54 -0600 lost Added PRAGMA and *PRAGMA
Sat, 27 Mar 2010 23:37:30 -0600 lost conditional pseudo ops added