comparison ChangeLog @ 192:bfd0fb0a85c2

Allow exporting multiple symbols on a single directive
author lost
date Sun, 22 Mar 2009 16:28:40 +0000
parents 29ba546ceea0
children 048ebb85f6ef
comparison
equal deleted inserted replaced
191:29ba546ceea0 192:bfd0fb0a85c2
21 [+] added ability to extract files in LWAR 21 [+] added ability to extract files in LWAR
22 [+] added ability to "replace" members in LWAR 22 [+] added ability to "replace" members in LWAR
23 [+] added support for "sym=expr" in the opcode field; this will define a 23 [+] added support for "sym=expr" in the opcode field; this will define a
24 global symbol (non-section) if it resolves to a constant 24 global symbol (non-section) if it resolves to a constant
25 [+] added operator ~ as a prefix operator for a 1s complement in LWASM 25 [+] added operator ~ as a prefix operator for a 1s complement in LWASM
26 [+] allow exporting multiple symbols (export sym,sym,sym...)
26 [b] arranged for output files for lwasm/lwlink to be removed if the assembly 27 [b] arranged for output files for lwasm/lwlink to be removed if the assembly
27 or linking fails 28 or linking fails
28 [ ] DECB output of LWLINK now collapses contiguous output blocks into single 29 [ ] DECB output of LWLINK now collapses contiguous output blocks into single
29 single blocks in the output file; this eliminates the explosion of 30 single blocks in the output file; this eliminates the explosion of
30 preambles that previously occurred 31 preambles that previously occurred