comparison ChangeLog @ 168:2dd050293be6

Updated changelog
author lost
date Sat, 31 Jan 2009 18:59:53 +0000
parents 178995c346d9
children 99300be2d3bd
comparison
equal deleted inserted replaced
167:751b99efb1fc 168:2dd050293be6
16 [+] .area alias for SECTION 16 [+] .area alias for SECTION
17 [+] .globl alias for EXPORT; also accept name of symbol as operand 17 [+] .globl alias for EXPORT; also accept name of symbol as operand
18 [+] various compatibility directive aliases for FCB, FDB, FQB, RMB, FCC, 18 [+] various compatibility directive aliases for FCB, FDB, FQB, RMB, FCC,
19 FCS, and FCN 19 FCS, and FCN
20 [+] accept "*" has a prefix for base page addressing mode 20 [+] accept "*" has a prefix for base page addressing mode
21 [+] sections named "bss" or ".bss" in any case are now assumed to be
22 BSS sections. The "!bss" flag can be used to remove that assumption.
21 [b] actually show assembly errors when no list requested 23 [b] actually show assembly errors when no list requested
22 [b] pragma and --pragma now actually take multiple pragmas as documented 24 [b] pragma and --pragma now actually take multiple pragmas as documented
23 25
24 Version 2.1 26 Version 2.1
25 27