log src/instab.c @ 90:6097cb1486f8

age author description
Sat, 17 Jan 2009 05:07:45 +0000 lost Added EXPORT pseudo op
Sat, 10 Jan 2009 22:24:29 +0000 lost Added EXTERN directive
Thu, 08 Jan 2009 01:18:09 +0000 lost Added pragma directives
Tue, 06 Jan 2009 04:51:29 +0000 lost Fixed instruction table to vector to correct routines for fcn and fcs
Mon, 05 Jan 2009 05:40:33 +0000 lost Fixed numerous bugs in macro handling
Mon, 05 Jan 2009 01:40:01 +0000 lost Implemented setdp and corrected handling of direct page detection in insn_gen_aux()
Mon, 05 Jan 2009 01:17:23 +0000 lost Moved symbol registration so symbols that are in skipped code do not get registered and so EQU/SET can do their own registration
Mon, 05 Jan 2009 00:01:21 +0000 lost Added conditional assembly and macros
Sun, 04 Jan 2009 21:43:05 +0000 lost Added from f* pseudo ops
Sun, 04 Jan 2009 20:38:12 +0000 lost Fixed typo in instruction table and added END directive
Sun, 04 Jan 2009 20:28:30 +0000 lost Added rm[dq], zm[bdq]
Sun, 04 Jan 2009 20:16:38 +0000 lost Added file inclusion
Sun, 04 Jan 2009 07:56:55 +0000 lost Added rmb pseudo op
Sun, 04 Jan 2009 07:25:03 +0000 lost Implemented ORG and fixed problems with constants using $, &, or @ to specify base
Fri, 02 Jan 2009 02:03:48 +0000 lost imported instruction table from older version to development version
Sun, 04 Jan 2009 05:46:07 +0000 lost Tagged 1.1 bugfix release 1.1
Sat, 04 Oct 2008 03:14:20 +0000 lost Fixed package to include all required files; also added copyright preamble to all source files
Fri, 03 Oct 2008 02:44:20 +0000 lost Initial checking of LWASM