comparison ChangeLog @ 228:560843a951f7

Added compatibility alternatives to TFM
author lost
date Fri, 12 Jun 2009 00:19:03 +0000
parents c8787fad0f9f
children 59a138df0401
comparison
equal deleted inserted replaced
227:4c60c3a09597 228:560843a951f7
16 [!] Fixed error in the fix for invalid operands included in 2.4 [LWASM] 16 [!] Fixed error in the fix for invalid operands included in 2.4 [LWASM]
17 [b] Fixed bug with "include" directive operand parsing [LWASM] 17 [b] Fixed bug with "include" directive operand parsing [LWASM]
18 [+] Added includebin directive to include the literal contents of a binary 18 [+] Added includebin directive to include the literal contents of a binary
19 file at the current assembly address. [LWASM] 19 file at the current assembly address. [LWASM]
20 [+] Added || and && as boolean or and boolean and respectively [LWASM] 20 [+] Added || and && as boolean or and boolean and respectively [LWASM]
21 [+] Added COPY, COPY-, IMP, EXP, TFRP, TFRM, TFRS, TFRR as alternatives to
22 the TFM instruction variations for compatibility with other assemblers
23 [LWASM]
21 24
22 Version 2.4 25 Version 2.4
23 26
24 [!] Fixed off by one relocation offest for base page external references 27 [!] Fixed off by one relocation offest for base page external references
25 generated by lwasm [LWASM] 28 generated by lwasm [LWASM]