log

age author description
Tue, 10 Aug 2010 23:08:30 -0600 lost Implemented "branch points"
Tue, 10 Aug 2010 23:08:07 -0600 lost Fixed minor layout glitch in listing code
Tue, 10 Aug 2010 22:00:21 -0600 lost Fixed offset problem with emission of incomplete references at start of insn
Tue, 10 Aug 2010 21:59:49 -0600 lost Fixed error with indexed posbytes
Tue, 10 Aug 2010 17:33:56 -0600 lost Fixed off by one bug in code generation for fcn
Mon, 09 Aug 2010 20:57:02 -0600 lost Fixed endc to actually match properly
Mon, 09 Aug 2010 00:37:46 -0600 lost Added dummy .bank pseudo and fixed segfault in output for object target (on imported symbol)
Mon, 09 Aug 2010 00:10:24 -0600 lost Allow symbols to start with digits if they contain $, ?, or @; numbered locals
Sun, 08 Aug 2010 23:47:16 -0600 lost Fixed "=" pseudo op to work correctly
Mon, 02 Aug 2010 18:07:04 -0600 lost Checkpoint disassembler
Mon, 02 Aug 2010 13:24:07 -0600 lost Started creation of lwdisasm
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 19:23:17 -0600 lost Symbol table is now sorted in lwasm
Fri, 23 Jul 2010 18:58:20 -0600 lost Fixed up symbol table list to be more clear
Fri, 23 Jul 2010 18:31:33 -0600 lost Added documentation for the --symbol option for lwasm
Fri, 23 Jul 2010 18:28:05 -0600 lost Added rmw pseudo op as alias for rmd
Fri, 23 Jul 2010 18:09:57 -0600 lost Fixed autoconf stuff related to the manual
Fri, 23 Jul 2010 17:58:30 -0600 lost Added tag 3.0-beta1 for changeset 573ed4940625 3.0-beta1
Fri, 23 Jul 2010 17:32:29 -0600 lost Fixed inclusion of documentation in make dist 3.0-beta1 3.0-beta1
Fri, 23 Jul 2010 17:30:46 -0600 lost Fixed inclusion of documentation in make dist 3.0-beta1
Fri, 23 Jul 2010 17:18:52 -0600 lost Added generated files for release 3.0-beta1
Fri, 23 Jul 2010 17:12:47 -0600 lost Branched for 3.0-beta1 release 3.0-beta1
Fri, 23 Jul 2010 17:08:57 -0600 lost Cosmetic updates to documentation; added warning pseudo op
Fri, 23 Jul 2010 16:40:51 -0600 lost Q&D sanitization of symbols in map files and error messages in lwlink
Fri, 23 Jul 2010 16:23:54 -0600 lost Actually show name of file and line number where error occurred
Thu, 22 Jul 2010 23:11:04 -0600 lost Actually include local symbols in object files
Wed, 21 Jul 2010 22:21:35 -0600 lost Fixed problem with include path handling
Wed, 21 Jul 2010 21:26:43 -0600 lost Fixed problem with structure member registration and fixed detection of operator{} type symbols in expression evaluation
Wed, 14 Jul 2010 22:46:56 -0600 lost Basic symbol table output; needs work for non-constant symbols
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)