log lwasm/pseudo.c @ 474:74d0c394666e

age author description
Fri, 02 Nov 2018 21:07:50 -0600 William Astle Add "noexpandcond" pragma (cleans up listings)
Mon, 27 Nov 2017 23:10:19 -0700 William Astle Fix up execution address handling for ihex and srec output (lwasm)
Fri, 18 Nov 2016 21:25:43 -0700 William Astle Add support for undocumented custom module format (for LW)
Thu, 03 Mar 2016 21:04:39 -0700 William Astle Add "basic" output format
Tue, 14 Jul 2015 23:12:24 -0600 William Astle Fix minor error in string parsing
Mon, 13 Jul 2015 21:20:30 -0600 William Astle Add conditional for testing if a pragma is in effect
Mon, 13 Jul 2015 21:18:02 -0600 William Astle Add REORG pseudo op
Mon, 13 Jul 2015 21:11:12 -0600 William Astle Allow FCB-like syntax after constant in FCC under m80ext
Mon, 13 Jul 2015 20:59:02 -0600 William Astle Add m80ext pragma for Macro-80C compatibility and ignore END in includes
Mon, 13 Jul 2015 20:31:56 -0600 William Astle Clean up various "externs"
Mon, 22 Jun 2015 18:49:38 -0600 William Astle Convert internal error/warning handling framework to a new unified system
Tue, 26 May 2015 17:49:26 -0600 William Astle Fix some signedness mismatches
Sun, 12 Apr 2015 12:11:19 -0600 William Astle Fix includebin to use binary mode when emitting the contents of the file.
Tue, 16 Jul 2013 21:48:49 -0600 William Astle Make DTS not have problems if used multiple times.
Tue, 16 Jul 2013 21:46:12 -0600 William Astle Correct CRC problems with DTS pseudo op
Sat, 09 Mar 2013 11:11:51 -0700 William Astle Make fill and align do something useful in the object target
Wed, 06 Feb 2013 21:43:10 -0700 William Astle Clean up various warnings when building under -Wall
Fri, 25 Jan 2013 22:43:10 -0700 William Astle Make the complaint about negative block/reservation sizes show value.
Thu, 19 Jul 2012 13:17:30 -0600 William Astle Remove stray \n from dts
Sun, 15 Jul 2012 21:19:04 -0600 William Astle Prevent infinite loop due to warning directive
Sun, 15 Jul 2012 20:50:18 -0600 William Astle Make unicorns notice referenced files better
Sun, 10 Jun 2012 18:24:31 -0600 William Astle Add --preprocess option
Sun, 10 Jun 2012 14:55:27 -0600 William Astle Add FDBS pseudo op.
Sun, 10 Jun 2012 14:14:43 -0600 William Astle Fix handling of comments on ELSE lines
Sat, 09 Jun 2012 15:57:58 -0600 William Astle Fix crash on conditionals with undefined symbols
Thu, 22 Dec 2011 18:04:13 -0700 lost Various enhancements to lwasm
Sun, 28 Aug 2011 15:36:57 -0600 lost Make ELSE not barf if comment on line with it
Sun, 28 Aug 2011 14:16:45 -0600 lost Trap negative sizes for [rz]m[bdq] and flag error
Thu, 25 Aug 2011 22:29:58 -0600 lost Fixed segfault in fcb,fdb,fqb with empty operands
Wed, 24 Aug 2011 21:16:07 -0600 lost Fixed ENDC to work with comments after it