summaryrefslogtreecommitdiff
path: root/test/align13.asm
AgeCommit message (Collapse)AuthorFilesLines
2010-09-30More tests automationCyrill Gorcunov1-0/+3
Not all covered but still worth to put in Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2008-10-01Already aligned aligns should be 0 bytes, not %1.Victor van den Elzen1-0/+1
2008-09-25Clean up unterminated linesH. Peter Anvin1-2/+1
2008-09-25Actually make non-power-of-2 alignments workH. Peter Anvin1-0/+16
We can't use ($$-$) % (%1) since the wraparound will be wrong except for powers of 2. Signed-off-by: H. Peter Anvin <hpa@zytor.com>