comparison ChangeLog @ 190:563adfccb645

Added 'sym=expr' opcode handling
author lost
date Sun, 22 Mar 2009 16:08:20 +0000
parents bb2665c7005c
children 29ba546ceea0
comparison
equal deleted inserted replaced
189:1936ea52b83e 190:563adfccb645
18 LWLINK (they get prepended to the built in link script) 18 LWLINK (they get prepended to the built in link script)
19 [+] added ability to output a "linkmap" to lwlink (--map, -m) 19 [+] added ability to output a "linkmap" to lwlink (--map, -m)
20 [+] added LWEX0 (LWOS simple binary) target to LWLINK 20 [+] added LWEX0 (LWOS simple binary) target to LWLINK
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
24 global symbol (non-section) if it resolves to a constant
23 [b] arranged for output files for lwasm/lwlink to be removed if the assembly 25 [b] arranged for output files for lwasm/lwlink to be removed if the assembly
24 or linking fails 26 or linking fails
25 [ ] DECB output of LWLINK now collapses contiguous output blocks into single 27 [ ] DECB output of LWLINK now collapses contiguous output blocks into single
26 single blocks in the output file; this eliminates the explosion of 28 single blocks in the output file; this eliminates the explosion of
27 preambles that previously occurred 29 preambles that previously occurred