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

age author description
Sat, 03 Aug 2024 14:30:06 -0600 William Astle Correct bug in the object file output code leading to stack corruption
Thu, 29 Sep 2022 13:59:42 -0600 William Astle Implement support for dragon format binaries
Thu, 16 Jun 2022 13:55:34 -0600 William Astle Fix basic output target to keep lines below 249 characters
Sat, 14 May 2022 21:30:59 -0600 William Astle Update raw output to work with RMB only definitions at the start
Fri, 18 Mar 2022 16:58:40 -0600 William Astle Correct raw output target in lwasm to NUL pad RMBs
Thu, 29 Aug 2019 17:00:17 -0600 William Astle Initialize temporary line structures properly
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 Nov 2016 21:36:17 -0600 William Astle Fix address overflows in SREC and IHEX file formats
Thu, 03 Mar 2016 22:59:36 -0700 William Astle Fix a possible uninitialized variable reference
Thu, 03 Mar 2016 21:04:39 -0700 William Astle Add "basic" output format
Tue, 26 May 2015 17:51:00 -0600 William Astle Use #define instead of const int to avoid issues with some compilers