mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 23:25:00 +00:00
Add [S/L]MSW.
This commit is contained in:
@@ -264,6 +264,9 @@ std::string InstructionSet::x86::to_string(Operation operation, DataSize size, M
|
||||
return "bound";
|
||||
}
|
||||
|
||||
case Operation::LMSW: return "lmsw";
|
||||
case Operation::SMSW: return "smsw";
|
||||
|
||||
case Operation::Invalid: return "invalid";
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user