]> granicus.if.org Git - yasm/commitdiff
General tests of directives.
authorPeter Johnson <peter@tortall.net>
Wed, 21 Nov 2001 08:42:56 +0000 (08:42 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 21 Nov 2001 08:42:56 +0000 (08:42 -0000)
svn path=/trunk/yasm/; revision=362

tests/nasm/dir.asm [new file with mode: 0644]

diff --git a/tests/nasm/dir.asm b/tests/nasm/dir.asm
new file mode 100644 (file)
index 0000000..d651486
--- /dev/null
@@ -0,0 +1,14 @@
+[bits]
+[bits 16]
+[bits 32]
+[bits 16:16]
+[bits 16 16]
+[section .data align=16]
+[section .data blah=5]
+[absolute 20]
+[absolute 0x50 20:5]
+[blah ask]
+[section blah align=4]
+[section blah align=16]
+[common tst 4]
+[common tre]