log lwasm/instab.c @ 493:6073f4a33475

age author description
Sat, 29 Jun 2019 21:54:43 -0600 William Astle Add FCZ as an alias for FCN
Wed, 24 Apr 2019 19:53:08 -0600 William Astle Update "clrq" convenience instruction to be slightly faster
Thu, 01 Nov 2018 23:00:00 -0600 William Astle Add emuext pragma and associated instructions.
Mon, 13 Jul 2015 21:26:34 -0600 William Astle Add various "convenience" ops
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:19:38 -0600 William Astle Make OPT a synonym for *PRAGMA
Mon, 13 Jul 2015 21:18:02 -0600 William Astle Add REORG pseudo op
Mon, 13 Jul 2015 20:31:56 -0600 William Astle Clean up various "externs"
Mon, 15 Jun 2015 21:21:58 -0600 William Astle Change processor target variations to pragmas.
Mon, 01 Jun 2015 19:55:11 -0600 William Astle Add some compatibility ops
Tue, 26 May 2015 17:41:22 -0600 William Astle Fix missing column in terminal entry in instruction table
Fri, 02 May 2014 21:30:25 -0600 William Astle Fix opcode for SUBW extended
Tue, 15 Apr 2014 10:57:34 -0600 William Astle Add support for 6800 compatibility instructions.
Sun, 10 Jun 2012 14:55:27 -0600 William Astle Add FDBS pseudo op.
Sun, 10 Jun 2012 13:29:23 -0600 William Astle Fix undefined symbol error with pragma nosymbolcase
Thu, 22 Dec 2011 18:04:13 -0700 lost Various enhancements to lwasm
Sun, 28 Aug 2011 17:03:43 -0600 lost Fixed opcodes for MULD
Sun, 28 Aug 2011 15:39:26 -0600 lost Added SPC pseudo NOOP
Wed, 24 Aug 2011 21:16:17 -0600 lost Added ENDIF as alias for ENDC
Fri, 19 Aug 2011 23:55:40 -0600 lost Implement distinction between . and * for OS9 modules
Fri, 19 Aug 2011 20:36:43 -0600 lost Added PAGE as a noop pseudo
Fri, 19 Aug 2011 20:01:43 -0600 lost Added "OPT" pseudo op as a noop
Fri, 19 Aug 2011 18:54:57 -0600 lost Fixed opcodes for divd/divq
Wed, 17 Aug 2011 22:34:58 -0600 lost Fix bit width of subw
Thu, 11 Aug 2011 23:50:16 -0600 lost Added DTS and DTB pseudo ops; initial attempt to allow ifdef SYM1|SYM2
Tue, 09 Aug 2011 18:08:55 -0600 lost Pragma autobranchlength implementation completed
Mon, 08 Aug 2011 23:00:27 -0600 lost Added initial infrastructure for pragma autobranchlength (suggested by Ebonhand on irc)
Sun, 07 Aug 2011 10:37:22 -0600 lost Pragma stack at parse stage now works
Sun, 07 Aug 2011 00:58:00 -0600 lost Added *pragmapush and *pragmapop; still seems to be nonfunctional
Tue, 05 Apr 2011 23:59:41 -0600 lost Added string comparison pseudo ops
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