summaryrefslogtreecommitdiff
path: root/tests/examplefiles/nasm_objexe.asm
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for nasm lexer, to close #337:thatch2008-07-241-0/+30
* add MULTILINE flag so preproc lines starting with `%` work * be more lenient with trailing whitespace on lines * test example files from nasm097s