diff ChangeLog @ 171:d610b8aef91b

Added LWAR skeleton
author lost
date Sun, 01 Mar 2009 19:37:03 +0000
parents bf69160da467
children 6ebb93b409ba
line wrap: on
line diff
--- a/ChangeLog	Sun Mar 01 00:53:21 2009 +0000
+++ b/ChangeLog	Sun Mar 01 19:37:03 2009 +0000
@@ -12,6 +12,7 @@
 
 Version 2.2
 
+[*] created LWAR to manage library/archive files
 [+] cescapes pragma to allow C-style string escapes in FCC, FCS, and FCN
 [+] .area alias for SECTION
 [+] .globl alias for EXPORT; also accept name of symbol as operand
@@ -23,6 +24,7 @@
 [+] ignore lines starting with # to permit C pre-processor output to be used
     as input to lwasm
 [+] allow "0x" and "0X" as prefixes to identify hexadecimal numbers
+[+] added support for a simple library/archive file format to LWLINK
 [b] actually show assembly errors when no list requested
 [b] pragma and --pragma now actually take multiple pragmas as documented