aboutsummaryrefslogtreecommitdiff
path: root/libyasm/tests/opt-oldalign.asm
diff options
context:
space:
mode:
Diffstat (limited to 'libyasm/tests/opt-oldalign.asm')
-rw-r--r--libyasm/tests/opt-oldalign.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/libyasm/tests/opt-oldalign.asm b/libyasm/tests/opt-oldalign.asm
new file mode 100644
index 0000000..013a5c8
--- /dev/null
+++ b/libyasm/tests/opt-oldalign.asm
@@ -0,0 +1,3 @@
+mov ax, 5
+times ($$-$) & 1Fh nop ; Long word alignment
+mov bx, 5