log lwasm/insn_indexed.c @ 481:62720ac9e28d

age author description
Wed, 12 Dec 2018 21:18:20 -0700 William Astle Exclude extended indirect from operandsizewarning pragma
Mon, 23 Jul 2018 17:45:18 -0600 William Astle Add << prefix to force 5 bit offsets in indexed modes
Sun, 04 Mar 2018 10:24:58 -0700 William Astle Fix PCR size guessing
Wed, 28 Feb 2018 23:35:12 -0700 William Astle Actually check if we resolved a PCR reference before assuming 8 bits
Wed, 28 Feb 2018 23:31:17 -0700 William Astle Fix really dumb code generation error
Wed, 28 Feb 2018 23:15:35 -0700 William Astle Fix think-o in PCR optimization fix from previous commit
Wed, 28 Feb 2018 23:00:59 -0700 William Astle Make pcr relative forward references better able to select 8 bit offsets
Sat, 17 Feb 2018 00:13:46 -0700 William Astle Make offset,R operand size warning work properly
Fri, 16 Feb 2018 22:53:46 -0700 William Astle Add operandsizewarning pragma
Wed, 14 Oct 2015 20:49:41 -0600 William Astle Completed initial conversion to new parser allowing spaces in operands
Mon, 13 Jul 2015 20:47:30 -0600 William Astle Add cycle counting to listing
Mon, 22 Jun 2015 18:49:38 -0600 William Astle Convert internal error/warning handling framework to a new unified system
Mon, 15 Jun 2015 21:21:58 -0600 William Astle Change processor target variations to pragmas.
Sat, 26 Apr 2014 14:27:43 -0600 William Astle Fix postbyte for d,s indexing
Mon, 02 Sep 2013 10:49:57 -0600 William Astle Make byte overflow detection for indexing work better
Sat, 31 Aug 2013 11:46:00 -0600 William Astle Make <...,PCR complain on byte overflows
Thu, 06 Dec 2012 10:53:21 -0700 William Astle Fix error with [,u] in 6809-only mode lwtools-4.7
Sun, 28 Aug 2011 17:03:43 -0600 lost Fixed opcodes for MULD
Sun, 28 Aug 2011 16:49:50 -0600 lost Added SPC pseudo NOOPmake
Fri, 19 Aug 2011 17:46:19 -0600 lost Fix error with postbyte for constant offset from W modes
Thu, 11 Aug 2011 22:58:27 -0600 lost Fix fix for forced index offset sizes
Thu, 11 Aug 2011 22:48:16 -0600 lost Fixed code generation bug with forced-size offsets from X,Y,U,S
Thu, 11 Aug 2011 22:25:29 -0600 lost Allow [>...] for extended indirect
Sun, 07 Aug 2011 10:23:14 -0600 lost Fixed pragma noindex0tonone to work
Wed, 22 Jun 2011 19:06:14 -0600 lost Really fix memory leaks
Wed, 22 Jun 2011 18:58:10 -0600 lost Fixed memory leaks revealed by valgrind
Wed, 20 Apr 2011 21:42:02 -0600 lost Fixed typo in static lookup table for indexed modes
Mon, 04 Apr 2011 18:17:31 -0600 lost Fixed code generation error with indirect indexing using 8 or 16 bit offsets from X,Y,U,S
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