log

age author description
Mon, 05 Jan 2009 00:44:38 +0000 lost Implemented the * and . special symbols
Mon, 05 Jan 2009 00:40:58 +0000 lost Moved insn_rel.c to simplified expression evaluation
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:43:05 +0000 lost Added from f* pseudo ops
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 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 20:14:54 +0000 lost Fixed context counting for second pass so local symbols work correctly
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
Fri, 02 Jan 2009 00:42:11 +0000 lost added lwasm_realloc()
Fri, 02 Jan 2009 00:41:58 +0000 lost small reworking of command arguments
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:39:29 +0000 lost Made header less likely to conflict with other #defines
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
Sun, 04 Jan 2009 05:45:30 +0000 lost Bumped version number 1.0
Sun, 04 Jan 2009 05:44:50 +0000 lost Fixed error in instruction table 1.0
Fri, 30 Jan 2009 04:33:59 +0000 lost Actually check in the 1.1 branch... :) 1.1
Sun, 04 Jan 2009 05:47:40 +0000 lost regenerated configure script 1.1
Sun, 04 Jan 2009 05:46:07 +0000 lost Tagged 1.1 bugfix release 1.1
Sat, 04 Oct 2008 03:26:25 +0000 lost Added build system files 1.0 1.0 1.1
Sat, 04 Oct 2008 03:24:01 +0000 lost Created branch for 1.0 series releases 1.0
Sat, 04 Oct 2008 03:20:36 +0000 lost Moved config.h to src/ and switched version strings to use autotools version
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 06:16:20 +0000 lost Add TODO list
Fri, 03 Oct 2008 06:13:26 +0000 lost Converted to automake/autoconf
Fri, 03 Oct 2008 02:44:39 +0000 lost Adding missing Makefile