log lwasm/pseudo.c @ 582:1ede8f8621cf default tip

age author description
Fri, 22 Dec 2023 21:59:18 -0700 William Astle Remove unused variable definition.
Thu, 21 Dec 2023 22:31:53 -0700 William Astle Fix some additional glitches in implementation of includebin offset/length
Thu, 21 Dec 2023 22:23:39 -0700 William Astle Allow non-quoted file names to have offset/length for includebin
Thu, 21 Dec 2023 22:20:05 -0700 William Astle Correct typo in previous commit for includebin
Thu, 21 Dec 2023 22:14:25 -0700 William Astle Add offset and length operands (optional) to includebin
Thu, 30 Nov 2023 16:54:12 -0700 William Astle Make ifdef and ifndef complain if they aren't given a symbol
Thu, 21 Sep 2023 13:13:23 -0600 William Astle Add --no-warn=ifp1 flag to suppress warnings about ifp1 and ipf2
Thu, 29 Sep 2022 13:59:42 -0600 William Astle Implement support for dragon format binaries
Sun, 19 Dec 2021 17:46:02 -0700 William Astle Fix argument parsing problems with IFSTR
Sun, 19 Dec 2021 17:01:42 -0700 William Astle Add SETSTR/INCLUDESTR for some basic code building
Thu, 11 Feb 2021 09:25:16 -0700 William Astle Fix bug related to parsing \x sequences under pragma cstrings
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