Skip to content

Commit

Permalink
add LDMIA instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
b14aa178 committed Apr 28, 2019
1 parent 2d65efa commit 41c661c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions miasm/arch/arm/arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -2451,6 +2451,7 @@ class arm_sp(arm_reg):
armtop("addsp", [bs('10110000'), bs_addsubsp_name, sp, off7], [sp, off7])
armtop("pushpop", [bs('1011'), bs_pushpop_name, bs('10'), pclr, trlistpclr], [trlistpclr])
armtop("btransfersp", [bs('1100'), bs_tbtransfer_name, rbl_wb, trlist])
armtop("btransfersp", [bs('1110100010'), wback, bs_tbtransfer_name, rn_wb, pc_in, lr_in, bs('0'), trlist13pclr])
armtop("br", [bs('1101'), bs_br_name, offs8])
armtop("blx", [bs("01000111"), bs('1'), rm, bs('000')])
armtop("svc", [bs('11011111'), imm8])
Expand Down

0 comments on commit 41c661c

Please sign in to comment.