comparison ChangeLog @ 191:29ba546ceea0

Added ~ prefix operator (1s complement)
author lost
date Sun, 22 Mar 2009 16:12:06 +0000
parents 563adfccb645
children bfd0fb0a85c2
comparison
equal deleted inserted replaced
190:563adfccb645 191:29ba546ceea0
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 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 [b] arranged for output files for lwasm/lwlink to be removed if the assembly 26 [b] arranged for output files for lwasm/lwlink to be removed if the assembly
26 or linking fails 27 or linking fails
27 [ ] DECB output of LWLINK now collapses contiguous output blocks into single 28 [ ] DECB output of LWLINK now collapses contiguous output blocks into single
28 single blocks in the output file; this eliminates the explosion of 29 single blocks in the output file; this eliminates the explosion of
29 preambles that previously occurred 30 preambles that previously occurred