Closed jonas-schievink closed 3 years ago
str r11, [sp, #-4]! will store sp - 4 in sp; this PR accounts for that (but many other instructions can also use this addressing mode, so the decoder is still fairly incomplete)
str r11, [sp, #-4]!
sp - 4
sp
str r11, [sp, #-4]!
will storesp - 4
insp
; this PR accounts for that (but many other instructions can also use this addressing mode, so the decoder is still fairly incomplete)