ft: implement missing lock instruction
This commit is contained in:
@@ -295,6 +295,7 @@ pub enum Mnemonic {
|
||||
AAD(Byte),
|
||||
// MISC
|
||||
XLAT,
|
||||
LOCK,
|
||||
}
|
||||
|
||||
impl fmt::Display for Mnemonic {
|
||||
@@ -533,6 +534,8 @@ impl fmt::Display for Mnemonic {
|
||||
|
||||
Self::XLAT => write!(f, "xlat"),
|
||||
|
||||
Self::LOCK => write!(f, "lock"),
|
||||
|
||||
_ => write!(f, "??? ??, ??"),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user