]> granicus.if.org Git - yasm/commit
Fix [ebp+index*reg] code generation (the immediate is required even with
authorPeter Johnson <peter@tortall.net>
Sun, 26 Oct 2003 01:56:00 +0000 (01:56 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 26 Oct 2003 01:56:00 +0000 (01:56 -0000)
commitb006562d455b2042a51725626fc7a331696e140c
tree8e3a5f91773c5f67d7acf217bd7db4e193115ad2
parentd79f837212aed0b8ebc0d0dc7121e5035e67c1ec
Fix [ebp+index*reg] code generation (the immediate is required even with
an index reg).

Reported by: Brian Gladman <brg@gladman.plus.com>

svn path=/trunk/yasm/; revision=1077
modules/arch/x86/tests/Makefile.inc
modules/arch/x86/tests/ebpindex.asm [new file with mode: 0644]
modules/arch/x86/tests/ebpindex.errwarn [new file with mode: 0644]
modules/arch/x86/tests/ebpindex.hex [new file with mode: 0644]
modules/arch/x86/x86expr.c