log src/Makefile.am @ 301:376cc55361c7

age author description
Wed, 21 Jan 2009 05:45:25 +0000 lost section order and address resolution done
Wed, 21 Jan 2009 04:54:32 +0000 lost parse linking scripts
Wed, 21 Jan 2009 03:15:49 +0000 lost reading files implemented
Sun, 18 Jan 2009 04:53:57 +0000 lost implement reading files
Sat, 17 Jan 2009 20:54:58 +0000 lost Handle input files on command line and add some memory management utility functions
Sat, 17 Jan 2009 16:55:53 +0000 lost command line options
Sat, 17 Jan 2009 16:38:28 +0000 lost created project
Thu, 08 Jan 2009 01:18:40 +0000 lost Checkpointing object target implementation
Mon, 05 Jan 2009 00:01:21 +0000 lost Added conditional assembly and macros
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
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: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: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
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
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 06:13:26 +0000 lost Converted to automake/autoconf