comparison ChangeLog @ 226:c8787fad0f9f

Added && and || to lwasm
author lost
date Fri, 12 Jun 2009 00:06:13 +0000
parents 058f18119025
children 560843a951f7
comparison
equal deleted inserted replaced
225:058f18119025 226:c8787fad0f9f
15 15
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 21
21 Version 2.4 22 Version 2.4
22 23
23 [!] Fixed off by one relocation offest for base page external references 24 [!] Fixed off by one relocation offest for base page external references
24 generated by lwasm [LWASM] 25 generated by lwasm [LWASM]