Mercurial > hg-old > index.cgi
annotate ChangeLog @ 172:47427342e41d
lwar now creates, lists, and adds to archive files
author | lost |
---|---|
date | Sun, 01 Mar 2009 22:59:52 +0000 |
parents | d610b8aef91b |
children | 6ebb93b409ba |
rev | line source |
---|---|
148 | 1 The following includes the various changes in each release of LWTOOLS. |
2 | |
3 Each item is prefixed by a flag in []. The flags mean: | |
4 | |
5 [*] Project structure or other "meta" change | |
6 [!] critical bug fix - code generation error, etc. | |
7 [+] new feature | |
8 [-] feature removed | |
9 [b] minor bugfix | |
10 | |
11 Also, the software affected may follow in []. | |
12 | |
166 | 13 Version 2.2 |
14 | |
171 | 15 [*] created LWAR to manage library/archive files |
166 | 16 [+] cescapes pragma to allow C-style string escapes in FCC, FCS, and FCN |
17 [+] .area alias for SECTION | |
18 [+] .globl alias for EXPORT; also accept name of symbol as operand | |
19 [+] various compatibility directive aliases for FCB, FDB, FQB, RMB, FCC, | |
20 FCS, and FCN | |
21 [+] accept "*" has a prefix for base page addressing mode | |
168 | 22 [+] sections named "bss" or ".bss" in any case are now assumed to be |
23 BSS sections. The "!bss" flag can be used to remove that assumption. | |
169 | 24 [+] ignore lines starting with # to permit C pre-processor output to be used |
25 as input to lwasm | |
170
bf69160da467
Added ability to use 0x and 0X as prefixes for hexadecimal numbers
lost
parents:
169
diff
changeset
|
26 [+] allow "0x" and "0X" as prefixes to identify hexadecimal numbers |
171 | 27 [+] added support for a simple library/archive file format to LWLINK |
166 | 28 [b] actually show assembly errors when no list requested |
29 [b] pragma and --pragma now actually take multiple pragmas as documented | |
30 | |
148 | 31 Version 2.1 |
32 | |
33 [*] merged LWLINK (1.0) and LWASM to create LWTOOLS | |
34 [+] [LWASM] pragmas can be specified on the command line | |
35 [+] [LWASM] undefextern pragma added (undefined symbols treated as external) | |
36 [+] documentation | |
37 [b] [LWASM] made pragmas case insensitive | |
38 [b] [LWASM] made EXTERN symbols never be part of a section in symbol table | |
39 | |
40 | |
41 LWASM Version 2.0 | |
42 | |
43 [*] major rewrite of the entire assembler | |
44 [+] object file support | |
45 | |
46 | |
47 LWLINK Version 1.0 | |
48 | |
49 [*] initial released version |