mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
2a34d0287e
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
18 lines
165 B
NASM
18 lines
165 B
NASM
; Test of non-power-of-2 alignment
|
|
|
|
%use smartalign
|
|
|
|
bits 32
|
|
|
|
inc eax
|
|
inc eax
|
|
align 13
|
|
inc eax
|
|
inc eax
|
|
align 13
|
|
inc eax
|
|
inc eax
|
|
align 13
|
|
inc eax
|
|
inc eax
|