summaryrefslogtreecommitdiff
path: root/tests/test_asm.py
Commit message (Collapse)AuthorAgeFilesLines
* GAS: Add test code.lrh20002019-11-301-16/+54
|
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
|
* Fix directive parsing in NasmLexer (fixes #1517.)Matth?us G. Chajdas2019-05-211-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.