]> granicus.if.org Git - yasm/commit
Nasm parser: Add some very basic MASM-ish syntax handling, along the lines
authorPeter Johnson <peter@tortall.net>
Tue, 19 Jan 2010 07:03:15 +0000 (07:03 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 19 Jan 2010 07:03:15 +0000 (07:03 -0000)
commit7d6b1a0ae4eafe0bd4b2197f74062934b7263cd6
tree711d6abaddc9d2c3d4b543d97f0569064c924d34
parentd965ef7d7a7df127821ae2a49e0a2a710db32a54
Nasm parser: Add some very basic MASM-ish syntax handling, along the lines
of the TASM "mode".

These code paths aren't used yet; they will be used for GAS .intel_syntax
handling.

Contributed by: Alexei Svitkine

svn path=/trunk/yasm/; revision=2277
modules/parsers/nasm/nasm-parse.c
modules/parsers/nasm/nasm-parser-struct.h
modules/parsers/nasm/nasm-parser.c
modules/parsers/nasm/nasm-parser.h
modules/parsers/nasm/nasm-token.re