Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove $Id$ and RCSID() usage. | Peter Johnson | 2011-08-19 | 1 | -1/+1 |
| | | | | These are useless now that we're using git. | ||||
* | Nasm parser: Add some very basic MASM-ish syntax handling, along the lines | Peter Johnson | 2010-01-19 | 1 | -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 Johnson | 2010-01-19 | 1 | -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 |