mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 15:26:27 +00:00
thumb32: Implement BXJ
We handle this as a regular BX call, given we don't support Jazelle.
This commit is contained in:
@@ -111,7 +111,7 @@ INST(thumb32_DSB, "DSB", "1111001110111111100011
|
||||
INST(thumb32_DMB, "DMB", "1111001110111111100011110101oooo")
|
||||
INST(thumb32_ISB, "ISB", "1111001110111111100011110110oooo")
|
||||
|
||||
//INST(thumb32_BXJ, "BXJ", "111100111100----1000111100000000")
|
||||
INST(thumb32_BXJ, "BXJ", "111100111100mmmm1000111100000000")
|
||||
//INST(thumb32_ERET, "ERET", "11110011110111101000111100000000")
|
||||
//INST(thumb32_SUBS_pc_lr, "SUBS PC, LR", "111100111101111010001111--------")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user