Open pdamian opened 1 year ago
Hi @pdamian ! I can take a look to this and try to implement the missing modes in the upcoming weeks.
Hi!
While playing with https://github.com/quarkslab/tritondse/ and an ARM32
target I also encountered this problem. Are there any updates on implementation of these instructions?
Hi @m4drat ! Unfortunately I did not have much time to spend on this. It is still on my todo list but I cannot give an estimate on when I'll be able to do it.
Thanks for an answer. Got it! I've come across a couple other instructions that seem to need to be implemented as well, so I might work on this and related issues in the future. Of course, if it makes sense for the project I'm working on right now.
Great! Any PR will be very much appreciated :D
Would it be possible to add support for different
<amode>
(DA
: Decrement After,DB
: Decrement Before,IA
: Increment After andIB
: Increment Before) in instructions such asldm
(orstm
)? These seem currently not being supported (see example below). Example:Output: