mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-21 04:15:29 +02: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