Skip to content

Commit 6ced896

Browse files
committed
patched and assembled aarch64 add
1 parent 44b6a69 commit 6ced896

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

752 Bytes
Binary file not shown.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
sub sp, sp, -32
2+
str lr, [sp, 24]
3+
str x5, [sp, 16]
4+
add w5, wsp, 32
5+
mov x12, 3
6+
str w12, [x5, -20]
7+
mov x12, 4
8+
str w12, [x5, -24]
9+
ldr w12, [x5, -20]
10+
add x11, x12, 0
11+
ldr w12, [x5, -24]
12+
add w12, w11, w12
13+
sxtw x12, w12
14+
add x7, x12, 0
15+
ldr lr, [sp, 24]
16+
ldr x5, [sp, 16]
17+
add sp, sp, 32
18+
blr lr

0 commit comments

Comments
 (0)