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()
|