summaryrefslogtreecommitdiff
path: root/test/_version.asm
AgeCommit message (Collapse)AuthorFilesLines
2008-10-06test: change .stdout/.stderr to stdout/stderrH. Peter Anvin1-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>
2008-09-11Remove obsolete ROL-EQU hackVictor van den Elzen1-0/+0
Now that there is proper forward reference resolution, we can get rid of this junk. Wiping the flags also removed the SBYTEnn flags, causing cmp eax, a-b a: nop b: to assemble with -Ox like cmp eax, strict dword -1 This is now fixed.
2008-07-23Improve checking and documentation for %ifctxVictor van den Elzen1-1/+1
2008-07-16update testsVictor van den Elzen1-0/+2