Commit 911c490a authored by swift_gan's avatar swift_gan Committed by swift_gan

[BugFix]Fix mov register thumb16

parent 21f15732
......@@ -252,7 +252,7 @@ void T16_MOV_REG::Disassemble() {
}
void T16_MOV_REG::Assemble() {
SET_BASE_OPCODE(DATA_PROC);
SET_BASE_OPCODE(SPDIABE);
SET_OPCODE(MOV_REG);
ENCODE_RM;
Get()->rd = BITS(rd->Code(), 0, 2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment