summaryrefslogtreecommitdiff
path: root/modules/parsers/nasm/nasm-parser-struct.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-191-1/+1
| | | | These are useless now that we're using git.
* Nasm parser: Add some very basic MASM-ish syntax handling, along the linesPeter Johnson2010-01-191-0/+1
| | | | | | | | | | | 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
* Split yasm_parser_nasm structure out to separate header.Peter Johnson2010-01-191-0/+84
This is needed so that other parsers can get access to this structure without naming conflicts. Contributed by: Alexei Svitkine svn path=/trunk/yasm/; revision=2276