comparison ChangeLog @ 257:e27279180a73 2.x

Added support for include path to LWASM
author lost
date Tue, 22 Dec 2009 04:53:20 +0000
parents 6363b9ebf825
children 1bdb4e256fc9 6e940229360b
comparison
equal deleted inserted replaced
256:6e2d03188d24 257:e27279180a73
33 and related section [LWLINK] 33 and related section [LWLINK]
34 [!] Fixed problem outputting LWEX0 binaries with non-zero BSS size [LWLINK] 34 [!] Fixed problem outputting LWEX0 binaries with non-zero BSS size [LWLINK]
35 [ ] Added rejection for comment not starting at start of line but which 35 [ ] Added rejection for comment not starting at start of line but which
36 looks like a symbol (single word ending in :, no space after ; or *) 36 looks like a symbol (single word ending in :, no space after ; or *)
37 [LWASM] 37 [LWASM]
38 [ ] Support input files with line numbers for compatibility with EDTASM 38 [+] Support input files with line numbers for compatibility with EDTASM
39 and others that use line numbers [LWASM] 39 and others that use line numbers [LWASM]
40 [+] Add support for an include path, always include from current dir
41 unless file not found [LWASM]
40 42
41 Version 2.5 43 Version 2.5
42 44
43 [!] Fixed error in the fix for invalid operands included in 2.4 [LWASM] 45 [!] Fixed error in the fix for invalid operands included in 2.4 [LWASM]
44 [b] Fixed bug with "include" directive operand parsing [LWASM] 46 [b] Fixed bug with "include" directive operand parsing [LWASM]