Add NOP with argument to the instruction list
commiteef59fc328b691139bf986936846bf14a5d21555
authorH. Peter Anvin <hpa@zytor.com>
Tue, 18 Sep 2007 22:43:08 +0000 (18 15:43 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 18 Sep 2007 22:43:08 +0000 (18 15:43 -0700)
tree7469d366efd8ab9e07e2e59522f3c38f7a04508a
parent2dba5c218df0408724d279ac441872bcab9aed02
Add NOP with argument to the instruction list

0F 1F /0 is documented as an EA-taking NOP since the P6.
0F 18..1F + EA are all "hinting nops" (instructions which, when
unimplemented, have no effect rather than #UD) but 0F 1F /0
specifically has no operation whatsoever.
insns.dat