added support for <Xd>! registers and [<Xd>]! mem addresses in Arm

This commit is contained in:
JanLJL
2025-03-07 11:49:14 +01:00
parent 785a365c63
commit 4e3994fec1
5 changed files with 97 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
memprolog [x3]!, [x1]!, x2!
//ALT1 ldp x3,x1, [sp, #40]
memmain [x3]!, [x1]!, x2!
//ALT1 ldp x3,x1, [sp, #40]
memepilog [x3]!, [x1]!, x2!
//ALT1 ldp x3,x1, [sp, #40]
//ALT1 memprolog [x3]!, x2!, x1
add x2, x2, #123