diff ChangeLog @ 236:a58f49a77441

Added os9 target, pragma to control whether $ localizes a symbol, and fixed some condition nesting bugs
author lost
date Fri, 14 Aug 2009 03:22:26 +0000
parents aa0056ca7319
children f9f01a499525 23034db7dd8a
line wrap: on
line diff
--- a/ChangeLog	Fri Jun 12 05:25:41 2009 +0000
+++ b/ChangeLog	Fri Aug 14 03:22:26 2009 +0000
@@ -16,6 +16,7 @@
 [!] Fixed error in the fix for invalid operands included in 2.4 [LWASM]
 [b] Fixed bug with "include" directive operand parsing [LWASM]
 [b] Fixed additional parsing errors with pseudo ops [LWASM]
+[b] Fixed parsing error with various conditional nesting situations [LWASM]
 [+] Added includebin directive to include the literal contents of a binary
     file at the current assembly address. [LWASM]
 [+] Added || and && as boolean or and boolean and respectively [LWASM]
@@ -27,6 +28,10 @@
     [LWASM]
 [+] ALIGN now takes an optional padding value (ALIGN align,pad) to specify
     the byte value that will be used for padding if needed [LWASM]
+[+] Added OS9 module target along with the OS9, MOD, and EMOD pseudo ops
+    to allow building OS9 modules [LWASM]
+[+] Added pragma "dollarlocal"/"nodollarlocal" and "dollarnotlocal"/
+    "nodollarnotlocal" to control whether $ localizes a symbol [LWASM]
 [ ] Fixed a few cosmetic issues with error reporting
 
 Version 2.4