mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 13:42:06 +00:00
GP-2630 added comment
This commit is contained in:
parent
6e0bd30a74
commit
66f3a50f36
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user