svn commit: r2063 - in trunk/yasm: libyasm modules/parsers/nasm
peter at tortall.net
peter at tortall.net
Sat Apr 12 01:30:23 PDT 2008
Author: peter
Date: Sat Apr 12 01:30:22 2008
New Revision: 2063
Added:
trunk/yasm/modules/parsers/nasm/tests/uscore.asm
trunk/yasm/modules/parsers/nasm/tests/uscore.hex
Modified:
trunk/yasm/libyasm/bitvect.c
trunk/yasm/modules/parsers/nasm/nasm-token.re
trunk/yasm/modules/parsers/nasm/tests/Makefile.inc
Changeset:
http://www.tortall.net/projects/yasm/changeset/2063
Log:
Allow underscores in the middle of binary, octal, and hex constants.
This makes things like 00_11_22_33h okay.
Allow 0X as well as 0x in directives (already allowed for normal case).
More information about the yasm-cvs
mailing list