Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GAS: Add test code. | lrh2000 | 2019-11-30 | 1 | -16/+54 |
| | |||||
* | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Fix directive parsing in NasmLexer (fixes #1517.) | Matth?us G. Chajdas | 2019-05-21 | 1 | -0/+30 |
Directives were parsed independent of whitespace after them, which caused the cpuid instruction to be parsed as CPU & id, instead of cpuid. We now expect a whitespace character after a directive, which seems to match the Nasm documentation. |