log lwasm/insn_gen.c @ 481:62720ac9e28d

age author description
Wed, 12 Dec 2018 21:18:20 -0700 William Astle Exclude extended indirect from operandsizewarning pragma
Wed, 12 Dec 2018 19:40:16 -0700 William Astle Update operandsizewarning to detect JMP and JSR that could use BRA or BSR
Mon, 23 Jul 2018 17:45:18 -0600 William Astle Add << prefix to force 5 bit offsets in indexed modes
Sat, 17 Feb 2018 00:13:46 -0700 William Astle Make offset,R operand size warning work properly
Wed, 14 Oct 2015 20:49:41 -0600 William Astle Completed initial conversion to new parser allowing spaces in operands
Mon, 13 Jul 2015 21:37:49 -0600 William Astle Throw error if address overflows in extended mode
Mon, 13 Jul 2015 21:04:39 -0600 William Astle Allow multibyte ascii constants in m80ext mode
Mon, 13 Jul 2015 20:47:30 -0600 William Astle Add cycle counting to listing
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, 02 Jun 2015 20:58:14 -0600 William Astle Make byte overflow detection for 8 bit immediate not fail with COM operator
Tue, 19 May 2015 12:26:35 -0600 William Astle Make 8 bit immediate operands flag a byte overflow if not in 8 bit range.
Mon, 02 Sep 2013 10:49:57 -0600 William Astle Make byte overflow detection for indexing work better
Wed, 30 Jan 2013 21:40:34 -0700 William Astle Fix crash when no operand is present
Sun, 23 Sep 2012 13:11:34 -0600 William Astle Fix thinko with algorithm improvement.
Sun, 23 Sep 2012 13:06:43 -0600 William Astle Add new heuristic for resolving instruction sizes.
Wed, 07 Sep 2011 21:59:10 -0600 lost Make 'imm8' instructions actually complain about a bad operand if no # is present
Wed, 17 Aug 2011 21:04:33 -0600 lost Fixed additional instruction length problems with logic/memory operations
Thu, 20 Jan 2011 22:39:46 -0700 lost Clean up insane number of compiler warnings under -Wall
Wed, 19 Jan 2011 22:27:17 -0700 lost Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization