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