diff ChangeLog @ 254:c7a41b4c89b3 2.x

Added struct support to LWASM
author lost
date Sat, 19 Dec 2009 06:38:43 +0000
parents c537a3a723fc
children 6363b9ebf825
line wrap: on
line diff
--- a/ChangeLog	Wed Dec 09 03:59:26 2009 +0000
+++ b/ChangeLog	Sat Dec 19 06:38:43 2009 +0000
@@ -16,6 +16,7 @@
 [!] Fixed symbol resolution so all externally referenced objects, including
     within library archives, are properly included [LWLINK]
 [!] Fixed bug that prevented setting non-default stack size for LWEX [LWLINK]
+[+] Added structure support (struct, endstruct) [LWASM]
 [+] Added "EXTDEP" pseudo op to force a dependency on an external symbol
     without an actual external reference - a zero-width external reference
     so to speak [LWASM,LWLINK]