GP-2630 added comment

This commit is contained in:
James 2024-05-21 16:36:38 +00:00 committed by ghidra1
parent 6e0bd30a74
commit 66f3a50f36

View File

@ -773,6 +773,9 @@ define pcodeop vmxon; # Enter VMX operation; opcode f3 0f C7 /6
@define LONGMODE_OFF "opsize=opsize" # NOP
@endif
#when not in 64-bit mode, opcode 0x82 results in the same instruction as opcode 0x80
#in 64-bit mode, opcode 0x82 results in #UD
#see 22.15 "Undefined Opcodes" of the intel manual
@ifdef IA64
@define BYTE_80_82 "(byte=0x80 | (longMode=0 & byte=0x82))"
@else