log

age author description
Sun, 04 Jan 2009 07:56:55 +0000 lost Added rmb pseudo op
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:31:20 +0000 lost Cleaned up warnings about the return value of fwrite() being ignored (it still is but now there's no warning)
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 07:07:00 +0000 lost Ported output modules forward from old version
Sun, 04 Jan 2009 06:54:58 +0000 lost Fixed stupid error in opening list file
Sun, 04 Jan 2009 06:52:18 +0000 lost Added simple output listing
Sun, 04 Jan 2009 06:16:22 +0000 lost Added second pass code generation
Sun, 04 Jan 2009 06:13:13 +0000 lost Added pass2 code generation to lwasm_emit()
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: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 06:07:40 +0000 lost Added missing parse.c file to repository
Fri, 02 Jan 2009 06:07:10 +0000 lost Added error display and fixed infinite loop in lwasm_parse_line()
Fri, 02 Jan 2009 05:17:00 +0000 lost Finished adding addressing mode handlers
Fri, 02 Jan 2009 05:02:47 +0000 lost Added general addressing modes (immediate, base page, extended, indexed)
Fri, 02 Jan 2009 04:22:39 +0000 lost Added basic indexed mode handling
Fri, 02 Jan 2009 03:35:29 +0000 lost Added handler for TFM instructions
Fri, 02 Jan 2009 03:35:18 +0000 lost Added handler for TFM instructions
Fri, 02 Jan 2009 03:27:33 +0000 lost Added relative addressing handler
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 02:03:48 +0000 lost imported instruction table from older version to development version
Fri, 02 Jan 2009 01:33:07 +0000 lost Removed unneeded files from build and distribution
Fri, 02 Jan 2009 01:32:07 +0000 lost Added ^ (bitwise complement)
Fri, 02 Jan 2009 00:43:19 +0000 lost Added reading of input file for pass1
Fri, 02 Jan 2009 00:43:06 +0000 lost Added reading of input file for pass1