log

age author description
Sun, 22 Nov 2009 05:46:31 +0000 lost Fixed various problems with determining which files to include in the output and also fixed problem identifying which files actually resolved symbols 2.x
Thu, 19 Nov 2009 02:48:36 +0000 lost Fixed LWEX stack size setting bug 2.x
Thu, 19 Nov 2009 02:44:11 +0000 lost Changed default LWEX stack size to 1K 2.x
Thu, 19 Nov 2009 00:51:31 +0000 lost Fixed selection of objects for inclusion from within libraries to actually resolve references correctly 2.x
Wed, 16 Sep 2009 00:29:06 +0000 lost Allow symbols to appear after whitespace when terminated by : 2.x
Tue, 15 Sep 2009 03:16:17 +0000 lost Added zero-width external references 2.x
Sun, 16 Aug 2009 18:34:13 +0000 lost Branched an "ongoing 2.x" stream from trunk in preparation for a major architecture rewrite 2.x
Sun, 16 Aug 2009 04:13:29 +0000 lost Made ORG carp if used inside a mod/emod section
Sun, 16 Aug 2009 00:25:55 +0000 lost Added not about likely incompatibilities with source code from other assemblers when using the OS9 module target
Sat, 15 Aug 2009 05:30:25 +0000 lost Acknowledge the source of the crc calc for os9
Sat, 15 Aug 2009 05:26:02 +0000 lost Fixed os9 module CRC calculation
Fri, 14 Aug 2009 04:20:15 +0000 lost Updated documentation to reflect recent udates to LWASM
Fri, 14 Aug 2009 03:22:26 +0000 lost Added os9 target, pragma to control whether $ localizes a symbol, and fixed some condition nesting bugs
Fri, 12 Jun 2009 05:25:41 +0000 lost Added a padding value for the ALIGN directive
Fri, 12 Jun 2009 04:55:16 +0000 lost Adjusted synonyms for TFM
Fri, 12 Jun 2009 04:54:12 +0000 lost Updated discussion of assembly dialects
Fri, 12 Jun 2009 04:17:22 +0000 lost Documented the "Flags" term for object files
Fri, 12 Jun 2009 03:23:41 +0000 lost Documented the --6309 and --6809 options
Fri, 12 Jun 2009 03:18:32 +0000 lost Added --6809/--6309 switches and some cleanups in error reporting
Fri, 12 Jun 2009 01:31:18 +0000 lost Fixed additional parsing problems with pseudo ops
Fri, 12 Jun 2009 00:19:03 +0000 lost Added compatibility alternatives to TFM
Fri, 12 Jun 2009 00:06:24 +0000 lost Various updates to the manual
Fri, 12 Jun 2009 00:06:13 +0000 lost Added && and || to lwasm
Thu, 11 Jun 2009 23:29:15 +0000 lost Fixed filename parsing bug in include directive and added includebin directive
Thu, 11 Jun 2009 23:12:31 +0000 lost Fixed error with fix for bad operands
Mon, 11 May 2009 06:09:49 +0000 lost Fixed lack of error when there are extraneous characters at the end of the operand.
Sat, 09 May 2009 16:39:17 +0000 lost Allow 8 bit immediate operands to be external references
Sat, 09 May 2009 16:32:47 +0000 lost Fixed segfault in import/extern pseudo op
Sat, 09 May 2009 16:21:54 +0000 lost Fixed off by one relocation offset for direct page external references
Sat, 25 Apr 2009 04:13:52 +0000 lost Tweaked lwex0 linkscript to start at __start
Sat, 25 Apr 2009 02:14:12 +0000 lost Fixed a stupid regression with forced included library files
Fri, 24 Apr 2009 22:31:05 +0000 lost Fix it so 'make dist' includes everything
Fri, 24 Apr 2009 22:09:13 +0000 lost Update version
Fri, 24 Apr 2009 21:52:55 +0000 lost Fixed error in autogen
Fri, 24 Apr 2009 21:45:19 +0000 lost Added gnulib cache file to repo
Fri, 24 Apr 2009 21:42:06 +0000 lost Added autogen.sh
Fri, 24 Apr 2009 06:43:02 +0000 lost More preparation for gnulib integration
Fri, 24 Apr 2009 06:27:00 +0000 lost Prepare for gnulib integration
Tue, 21 Apr 2009 03:47:24 +0000 lost Added ability to specify lwex target for ld
Tue, 21 Apr 2009 03:45:12 +0000 lost Fixed bug with library search path
Tue, 21 Apr 2009 02:57:37 +0000 lost Added some info on building gcc6809 to use lwtools
Tue, 21 Apr 2009 02:04:57 +0000 lost Updated ar and as scripts to be able to work with libgcc etc.
Mon, 20 Apr 2009 02:24:33 +0000 lost Made lwlink smarter about not included unneeded (unreferenced) members of a library file
Sun, 19 Apr 2009 17:44:46 +0000 lost checkpoint
Sun, 29 Mar 2009 14:52:28 +0000 lost Added 8 bit external references for base page addressing mode
Sun, 22 Mar 2009 22:11:12 +0000 lost Added |, &, and ^ binary bitwise operators
Sun, 22 Mar 2009 21:20:45 +0000 lost Yet again try to get importing undefined exports working
Sun, 22 Mar 2009 20:07:37 +0000 lost take 2: importing undefined exports
Sun, 22 Mar 2009 19:26:26 +0000 lost Fixed crash on unrecognized pragma
Sun, 22 Mar 2009 18:32:13 +0000 lost Allow export to import undefined symbols
Sun, 22 Mar 2009 18:26:59 +0000 lost Allow export to import undefined symbols
Sun, 22 Mar 2009 18:01:30 +0000 lost Add .end as synonym for end
Sun, 22 Mar 2009 17:58:43 +0000 lost Allow relative addressing to ignore a # before the operand (16 bit too!)
Sun, 22 Mar 2009 17:57:39 +0000 lost Allow relative addressing to ignore a # before the operand
Sun, 22 Mar 2009 17:50:42 +0000 lost First pass at allowing symbols starting with digits but containing $
Sun, 22 Mar 2009 17:25:19 +0000 lost Allow $ to be a local symbol and allow symbols with $ to start with a digit
Sun, 22 Mar 2009 16:28:40 +0000 lost Allow exporting multiple symbols on a single directive
Sun, 22 Mar 2009 16:12:06 +0000 lost Added ~ prefix operator (1s complement)
Sun, 22 Mar 2009 16:08:20 +0000 lost Added 'sym=expr' opcode handling
Sun, 22 Mar 2009 06:52:06 +0000 lost Added 'front-end' script for lwar