ndisasm: fix handing of byte codes 250-253, 324
commit7023d638de1db6cf3694ac81343101a1bcf6751e
authorH. Peter Anvin <hpa@zytor.com>
Tue, 17 Aug 2010 05:13:14 +0000 (16 22:13 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 17 Aug 2010 05:13:14 +0000 (16 22:13 -0700)
tree0a93d219a1e5db203102ba0b2ee37b3aa05b4ee8
parent8810e0f79460aaf762266c6fa33d8daddcfdf175
ndisasm: fix handing of byte codes 250-253, 324

Fix handling of byte codes 250-253 (sign-extended 32-bit immediate,
extended to 64 bits) and 324 (instruction must have osize 64).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
disasm.c