log src/pass1.c @ 89:11d38c9e5095

age author description
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
Fri, 16 Jan 2009 05:14:49 +0000 lost Started adding object target output
Mon, 05 Jan 2009 05:40:33 +0000 lost Fixed numerous bugs in macro handling
Mon, 05 Jan 2009 00:20:45 +0000 lost Added symbol listing to list file; various fixes
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: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 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: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
Wed, 22 Oct 2008 04:51:16 +0000 lost Started work on new expression evaluator system and major code re-work for next release