log src/expr.c @ 300:48945dac8178

age author description
Wed, 21 Jan 2009 05:13:36 +0000 lost Fixed copyright year
Wed, 21 Jan 2009 03:15:49 +0000 lost reading files implemented
Sat, 17 Jan 2009 05:56:40 +0000 lost Added incomplete references to object output and added support for section base terms in expression handler
Thu, 08 Jan 2009 02:57:24 +0000 lost Checkpointing object target implementation
Mon, 05 Jan 2009 00:57:14 +0000 lost Fixed error with single char ascii constants
Sun, 04 Jan 2009 07:25:03 +0000 lost Implemented ORG and fixed problems with constants using $, &, or @ to specify base
Sun, 04 Jan 2009 06:52:18 +0000 lost Added simple output listing
Sat, 03 Jan 2009 19:50:30 +0000 lost Fixed symbol parsing to prevent string overflow
Sat, 03 Jan 2009 19:41:39 +0000 lost adjusted symbol rules to accept symbols starting with @ but not @<digit>
Sat, 03 Jan 2009 19:20:44 +0000 lost tweaked debugging system for expression handler
Sat, 03 Jan 2009 04:20:49 +0000 lost Added symbol handling to expression subsystem; adpated instruction handlers to the new scheme; misc fixes
Fri, 02 Jan 2009 01:32:07 +0000 lost Added ^ (bitwise complement)
Thu, 01 Jan 2009 23:55:18 +0000 lost First pass at expression evaluator complete
Thu, 01 Jan 2009 02:26:26 +0000 lost Started adding expression handling infrastructure
Thu, 23 Oct 2008 03:37:48 +0000 lost Started creating expression parser
Thu, 23 Oct 2008 02:44:07 +0000 lost checkpoint
Wed, 22 Oct 2008 04:51:16 +0000 lost Started work on new expression evaluator system and major code re-work for next release