diff ChangeLog @ 170:bf69160da467

Added ability to use 0x and 0X as prefixes for hexadecimal numbers
author lost
date Sun, 01 Mar 2009 00:53:21 +0000
parents 99300be2d3bd
children d610b8aef91b
line wrap: on
line diff
--- a/ChangeLog	Sun Feb 08 03:00:44 2009 +0000
+++ b/ChangeLog	Sun Mar 01 00:53:21 2009 +0000
@@ -22,6 +22,7 @@
     BSS sections. The "!bss" flag can be used to remove that assumption.
 [+] 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
 [b] actually show assembly errors when no list requested
 [b] pragma and --pragma now actually take multiple pragmas as documented