summaryrefslogtreecommitdiff
path: root/test/invlpga.asm
AgeCommit message (Collapse)AuthorFilesLines
2008-10-06test: change .stdout/.stderr to stdout/stderrH. Peter Anvin1-2/+2
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-05-21Configure tests to be performed automaticallyVictor van den Elzen1-0/+3
2007-09-22Implement INVLPGA according to the documentationH. Peter Anvin1-0/+8
INVLPGA is defined as taking rax,ecx but "the portion of rax used to form the address is determined by the effective address size", so it is really ax/eax/rax.