log

age author description
Sat, 17 Jan 2009 07:12:05 +0000 lost Cleaned up old lwasm_expr_result() function and unused EXPR_* flags
Sat, 17 Jan 2009 07:09:15 +0000 lost Bumped package version to 2.0
Sat, 17 Jan 2009 07:09:02 +0000 lost Added doc subdirectory to distribution
Sat, 17 Jan 2009 06:57:58 +0000 lost Fixed think-o in rm* ops (reversed pass number test)
Sat, 17 Jan 2009 06:50:49 +0000 lost Fixed problem with constant expressions evaluating to 0 when they shouldn't
Sat, 17 Jan 2009 06:27:01 +0000 lost Fixed symbol resolution to not resolve intra-section references to constants by default
Sat, 17 Jan 2009 06:11:40 +0000 lost Make external symbols remain unresolved in expressions and also flag them in the symbol list
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
Sat, 17 Jan 2009 04:38:32 +0000 lost Made reading input files use binary mode to avoid newline translation since we handle it ourselves manually
Sat, 17 Jan 2009 04:37:40 +0000 lost Checkpoint: object format output
Sat, 17 Jan 2009 02:59:24 +0000 lost Checkpoint: object format output
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
Wed, 14 Jan 2009 07:04:45 +0000 lost Fixed problem with expression evaluation infrastructure not advancing input pointer on pass 2
Wed, 14 Jan 2009 06:33:13 +0000 lost Fixed problems with re8 and rel16 addressing
Sat, 10 Jan 2009 22:24:29 +0000 lost Added EXTERN directive
Sat, 10 Jan 2009 19:05:15 +0000 lost Moved indexed modes to new expression framework
Sat, 10 Jan 2009 07:18:59 +0000 lost Checkpointing deployment of non-constant expression handling
Sat, 10 Jan 2009 07:09:14 +0000 lost Checkpointing deployment of non-constant expression handling
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
Thu, 08 Jan 2009 01:18:09 +0000 lost Added pragma directives
Tue, 06 Jan 2009 06:20:31 +0000 lost Fixed tab handling in list code; also added address to second and later lines in byte listing for a particular line
Tue, 06 Jan 2009 06:11:22 +0000 lost Fixed problem with symbols being registered with the address of the NEXT instruction
Tue, 06 Jan 2009 04:51:29 +0000 lost Fixed instruction table to vector to correct routines for fcn and fcs
Tue, 06 Jan 2009 04:36:41 +0000 lost Fixed missing NUL on macro lines