Preprocessor failure
Peter Johnson
peter at tortall.net
Thu Oct 23 19:40:57 PDT 2003
On Mon, 20 Oct 2003, Edouard Gomez wrote:
> - yasm is a bit pedantic on some usual things like trailing commas on
> data definitions like:
> dw 1, 2, 3, 4, <-- will panic the parser
> dw 1, 2, 3, 4
> -> This obliges me doing some code cleanup in our nasm files, it's
> just annoying but not a bug.
Fixed in modules/parsers/nasm/nasm-bison.y r1.100.
> - yasm refuses equ symbols in macros
See yasm-devel discussion.
> - yasm fails at least one file (reduced_mmx.asm[3]). The assembling
> error is outstanding, line 928 has no pcmpgtw opcode.
> -> bug
Fixed in modules/arch/x86/x86id.re r1.59.
Thanks for the report!
Peter
More information about the bug-yasm
mailing list