mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-26 07:03:38 +00:00
A32: Implement Thumb-1 variant of NOP
This commit is contained in:
@@ -246,6 +246,10 @@ public:
|
||||
return fmt::format("sub sp, sp, #{}", imm32);
|
||||
}
|
||||
|
||||
std::string thumb16_NOP() {
|
||||
return "nop";
|
||||
}
|
||||
|
||||
std::string thumb16_SXTH(Reg m, Reg d) {
|
||||
return fmt::format("sxth {}, {}", d, m);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user