This website requires JavaScript.
Explore
Help
Sign In
mirror
/
nasm
Watch
2
Star
0
Fork
0
You've already forked nasm
mirror of
https://github.com/netwide-assembler/nasm.git
synced
2024-12-21 09:19:31 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d1904c6cbb
nasm
/
test
/
align13s.asm
17 lines
164 B
NASM
Raw
Normal View
History
Unescape
Escape
Clean up unterminated lines
2008-09-25 17:33:24 +08:00
; Test of non-power-of-2 alignment
Actually make non-power-of-2 alignments work 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>
2008-09-25 17:31:50 +08:00
%
use smartalign
Clean up unterminated lines
2008-09-25 17:33:24 +08:00
Actually make non-power-of-2 alignments work 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>
2008-09-25 17:31:50 +08:00
bits
32
inc
eax
inc
eax
align
13
inc
eax
inc
eax
align
13
inc
eax
inc
eax
align
13
inc
eax
inc
eax
Reference in New Issue
Copy Permalink