summaryrefslogtreecommitdiff
path: root/test/insnlbl.asm
Commit message (Collapse)AuthorAgeFilesLines
* test: change .stdout/.stderr to stdout/stderrH. Peter Anvin2008-10-061-1/+1
| | | | | | | | Using hidden files are rather antisocial, and rather pointless in this particular context. Change .stdout and .stderr to simply stdout and stderr. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* update testsVictor van den Elzen2008-07-161-3/+3
|
* Configure tests to be performed automaticallyVictor van den Elzen2008-05-211-0/+2
|
* Permit opcode names as labels as long as they are followed by a colonH. Peter Anvin2007-11-041-0/+10
Permit opcode names to be used as labels if and only if they are succeeded by a colon. Opcode names occurring when parsing expressions are all treated as labels; a leading colon occurred when parsing an instruction forces a parser restart with the instruction forcibly treated as an identifier.