comparison ChangeLog @ 204:048ebb85f6ef

Added 8 bit external references for base page addressing mode
author lost
date Sun, 29 Mar 2009 14:52:28 +0000
parents bfd0fb0a85c2
children 299c5d793aca
comparison
equal deleted inserted replaced
203:2c1afbdb2de0 204:048ebb85f6ef
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 [+] allow exporting multiple symbols (export sym,sym,sym...)
27 [+] allow extern references in base page addresing mode (LWASM)
28 [+] handle 8 bit external references (LWLINK)
27 [b] arranged for output files for lwasm/lwlink to be removed if the assembly 29 [b] arranged for output files for lwasm/lwlink to be removed if the assembly
28 or linking fails 30 or linking fails
29 [ ] DECB output of LWLINK now collapses contiguous output blocks into single 31 [ ] DECB output of LWLINK now collapses contiguous output blocks into single
30 single blocks in the output file; this eliminates the explosion of 32 single blocks in the output file; this eliminates the explosion of
31 preambles that previously occurred 33 preambles that previously occurred