comparison ChangeLog @ 223:436b36214e35

Fixed lack of error when there are extraneous characters at the end of the operand.
author lost
date Mon, 11 May 2009 06:09:49 +0000
parents 7803d2d09993
children 2e5a32d56e60 44e29b2b9705
comparison
equal deleted inserted replaced
222:7803d2d09993 223:436b36214e35
15 15
16 [!] Fixed off by one relocation offest for base page external references 16 [!] Fixed off by one relocation offest for base page external references
17 generated by lwasm [LWASM] 17 generated by lwasm [LWASM]
18 [b] Fixed segfault in "extern" pseudo op and allowed a symbol list as the 18 [b] Fixed segfault in "extern" pseudo op and allowed a symbol list as the
19 operand just like "export" [LWASM] 19 operand just like "export" [LWASM]
20 [b] Fixed lack of error when there are extraneous characters at the end
21 of the operand. This did not cause incorrect code generation for correct
22 code but would silently generate incorrect code for some easy errors
20 [+] 8 bit immediate operands can now be external references [LWASM] 23 [+] 8 bit immediate operands can now be external references [LWASM]
21 24
22 Version 2.3 25 Version 2.3
23 26
24 [*] added support for compiling using MinGW and added portions of gnulib 27 [*] added support for compiling using MinGW and added portions of gnulib