thumb32: Implement SBC (reg)

This commit is contained in:
MerryMage
2021-03-06 19:43:16 +00:00
parent 95189b78ef
commit a63271fd3b
3 changed files with 19 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ INST(thumb32_PKH, "PKH", "111010101100nnnn0vvvdd
INST(thumb32_CMN_reg, "CMN (reg)", "111010110001nnnn0vvv1111vvttmmmm")
INST(thumb32_ADD_reg, "ADD (reg)", "11101011000Snnnn0vvvddddvvttmmmm")
INST(thumb32_ADC_reg, "ADC (reg)", "11101011010Snnnn0vvvddddvvttmmmm")
//INST(thumb32_SBC_reg, "SBC (reg)", "11101011011---------------------")
INST(thumb32_SBC_reg, "SBC (reg)", "11101011011Snnnn0vvvddddvvttmmmm")
//INST(thumb32_CMP_reg, "CMP (reg)", "111010111011--------1111--------")
//INST(thumb32_SUB_reg, "SUB (reg)", "11101011101---------------------")
//INST(thumb32_RSB_reg, "RSB (reg)", "11101011110---------------------")