comparison ChangeLog @ 230:0df2a39a268c

Added --6809/--6309 switches and some cleanups in error reporting
author lost
date Fri, 12 Jun 2009 03:18:32 +0000
parents 59a138df0401
children aa0056ca7319
comparison
equal deleted inserted replaced
229:59a138df0401 230:0df2a39a268c
20 file at the current assembly address. [LWASM] 20 file at the current assembly address. [LWASM]
21 [+] Added || and && as boolean or and boolean and respectively [LWASM] 21 [+] Added || and && as boolean or and boolean and respectively [LWASM]
22 [+] Added COPY, COPY-, IMP, EXP, TFRP, TFRM, TFRS, TFRR as alternatives to 22 [+] Added COPY, COPY-, IMP, EXP, TFRP, TFRM, TFRS, TFRR as alternatives to
23 the TFM instruction variations for compatibility with other assemblers 23 the TFM instruction variations for compatibility with other assemblers
24 [LWASM] 24 [LWASM]
25 [+] Added --6809/-9 switch to cause 6309 instructions to be rejected; also
26 included --6309/-3 switch to force default allow of 6309 instructions
27 [LWASM]
28 [ ] Fixed a few cosmetic issues with error reporting
25 29
26 Version 2.4 30 Version 2.4
27 31
28 [!] Fixed off by one relocation offest for base page external references 32 [!] Fixed off by one relocation offest for base page external references
29 generated by lwasm [LWASM] 33 generated by lwasm [LWASM]