]> granicus.if.org Git - yasm/commitdiff
Test the imm and imm8x forms of add.
authorPeter Johnson <peter@tortall.net>
Wed, 21 Nov 2001 08:42:41 +0000 (08:42 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 21 Nov 2001 08:42:41 +0000 (08:42 -0000)
svn path=/trunk/yasm/; revision=361

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

diff --git a/tests/nasm/addbyte.asm b/tests/nasm/addbyte.asm
new file mode 100644 (file)
index 0000000..285a3a9
--- /dev/null
@@ -0,0 +1,4 @@
+add ax,5
+add ax,byte 5
+add bx,5
+add bx,byte 5