comparison ChangeLog @ 171:d610b8aef91b

Added LWAR skeleton
author lost
date Sun, 01 Mar 2009 19:37:03 +0000
parents bf69160da467
children 6ebb93b409ba
comparison
equal deleted inserted replaced
170:bf69160da467 171:d610b8aef91b
10 10
11 Also, the software affected may follow in []. 11 Also, the software affected may follow in [].
12 12
13 Version 2.2 13 Version 2.2
14 14
15 [*] created LWAR to manage library/archive files
15 [+] cescapes pragma to allow C-style string escapes in FCC, FCS, and FCN 16 [+] cescapes pragma to allow C-style string escapes in FCC, FCS, and FCN
16 [+] .area alias for SECTION 17 [+] .area alias for SECTION
17 [+] .globl alias for EXPORT; also accept name of symbol as operand 18 [+] .globl alias for EXPORT; also accept name of symbol as operand
18 [+] various compatibility directive aliases for FCB, FDB, FQB, RMB, FCC, 19 [+] various compatibility directive aliases for FCB, FDB, FQB, RMB, FCC,
19 FCS, and FCN 20 FCS, and FCN
21 [+] sections named "bss" or ".bss" in any case are now assumed to be 22 [+] sections named "bss" or ".bss" in any case are now assumed to be
22 BSS sections. The "!bss" flag can be used to remove that assumption. 23 BSS sections. The "!bss" flag can be used to remove that assumption.
23 [+] ignore lines starting with # to permit C pre-processor output to be used 24 [+] ignore lines starting with # to permit C pre-processor output to be used
24 as input to lwasm 25 as input to lwasm
25 [+] allow "0x" and "0X" as prefixes to identify hexadecimal numbers 26 [+] allow "0x" and "0X" as prefixes to identify hexadecimal numbers
27 [+] added support for a simple library/archive file format to LWLINK
26 [b] actually show assembly errors when no list requested 28 [b] actually show assembly errors when no list requested
27 [b] pragma and --pragma now actually take multiple pragmas as documented 29 [b] pragma and --pragma now actually take multiple pragmas as documented
28 30
29 Version 2.1 31 Version 2.1
30 32