log src/lwasm.h @ 143:0ee5f65bccf9

age author description
Thu, 29 Jan 2009 01:32:11 +0000 lost Added pragma to allow all undefined symbols to be considered external and also added a --pragma command line option
Fri, 23 Jan 2009 03:36:27 +0000 lost Fixed relative branches and PCR addressing to handle constant intra-section references properly
Sat, 17 Jan 2009 07:12:05 +0000 lost Cleaned up old lwasm_expr_result() function and unused EXPR_* flags
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
Sat, 17 Jan 2009 05:07:45 +0000 lost Added EXPORT pseudo op
Fri, 16 Jan 2009 05:33:40 +0000 lost Checkpoint: object target output
Fri, 16 Jan 2009 05:14:49 +0000 lost Started adding object target output
Sat, 10 Jan 2009 22:24:29 +0000 lost Added EXTERN directive
Sat, 10 Jan 2009 05:00:42 +0000 lost Checkpointing deployment of non-constant expression handling
Fri, 09 Jan 2009 04:23:00 +0000 lost Checkpointing conversion to allow object target
Thu, 08 Jan 2009 02:57:24 +0000 lost Checkpointing object target implementation
Thu, 08 Jan 2009 01:32:49 +0000 lost Rejigged symbol system to be able to handle non-constant references
Thu, 08 Jan 2009 01:18:40 +0000 lost Checkpointing object target implementation
Mon, 05 Jan 2009 05:40:33 +0000 lost Fixed numerous bugs in macro handling
Mon, 05 Jan 2009 01:27:08 +0000 lost Added the 'set' directive
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:20:45 +0000 lost Added symbol listing to list file; various fixes
Mon, 05 Jan 2009 00:01:21 +0000 lost Added conditional assembly and macros
Sun, 04 Jan 2009 21:42:54 +0000 lost added expression evaluation and checking function
Sun, 04 Jan 2009 20:38:12 +0000 lost Fixed typo in instruction table and added END directive
Sun, 04 Jan 2009 07:37:19 +0000 lost Added needed infra for useful listing of EQU and ORG type statements
Sun, 04 Jan 2009 07:07:00 +0000 lost Ported output modules forward from old version
Sun, 04 Jan 2009 06:52:18 +0000 lost Added simple output listing
Sun, 04 Jan 2009 06:13:13 +0000 lost Added pass2 code generation to lwasm_emit()
Sat, 03 Jan 2009 04:53:49 +0000 lost Added debugging message infrastructure
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 04:22:39 +0000 lost Added basic indexed mode handling
Fri, 02 Jan 2009 03:17:26 +0000 lost Added register list mode handler
Fri, 02 Jan 2009 02:56:04 +0000 lost Added handlers for inherent and register to register instructions
Fri, 02 Jan 2009 02:38:02 +0000 lost Added error tracking infrastructure
Fri, 02 Jan 2009 00:43:06 +0000 lost Added reading of input file for pass1
Wed, 22 Oct 2008 04:51:16 +0000 lost Started work on new expression evaluator system and major code re-work for next release
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