summaryrefslogtreecommitdiff
path: root/test/macro-defaults.asm
Commit message (Collapse)AuthorAgeFilesLines
* test: change .stdout/.stderr to stdout/stderrH. Peter Anvin2008-10-061-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>
* Remove obsolete ROL-EQU hackVictor van den Elzen2008-09-111-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.
* Add macro-defaults warning class and documentation.Victor van den Elzen2008-08-061-0/+64