From: Peter Johnson Date: Wed, 21 Nov 2001 08:42:41 +0000 (-0000) Subject: Test the imm and imm8x forms of add. X-Git-Tag: v0.1.0~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77bf842ffce5621c9323063fb4bd648e46f623e7;p=yasm Test the imm and imm8x forms of add. svn path=/trunk/yasm/; revision=361 --- diff --git a/tests/nasm/addbyte.asm b/tests/nasm/addbyte.asm new file mode 100644 index 00000000..285a3a9a --- /dev/null +++ b/tests/nasm/addbyte.asm @@ -0,0 +1,4 @@ +add ax,5 +add ax,byte 5 +add bx,5 +add bx,byte 5