add test of hlt
This commit is contained in:
parent
bb55725a9a
commit
3162eb16f2
3 changed files with 3 additions and 1 deletions
|
@ -665,6 +665,7 @@ void put()
|
|||
{ "cmpsd", 0xA7 },
|
||||
{ "endbr32", 0xF3, 0x0F, 0x1E, 0xFB },
|
||||
{ "endbr64", 0xF3, 0x0F, 0x1E, 0xFA },
|
||||
{ "hlt", 0xF4 },
|
||||
{ "int3", 0xCC },
|
||||
{ "scasb", 0xAE },
|
||||
{ "scasw", 0x66, 0xAF },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue