HLE: Change NOHLE to be an instruction flag
commitfb3f4e6ddbb00dea78cdccc71b824d829dc058de
authorH. Peter Anvin <hpa@zytor.com>
Sun, 26 Feb 2012 06:22:07 +0000 (25 22:22 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 26 Feb 2012 06:22:07 +0000 (25 22:22 -0800)
treedff0693143ac65e803d833c8d51e6ba0d5144ae2
parentc5473121afc4025669ef4b86b99bdbfc7a46c44d
HLE: Change NOHLE to be an instruction flag

The way our matching system works we have to make NOHLE an instruction
flag rather than an byte code; by the time we run the byte code
interpreter we have already picked an instruction pattern once and for
all.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
assemble.c
disasm.c
insns.dat
insns.h
insns.pl
test/hle.asm [new file with mode: 0644]