.section __TEXT,__text,regular,pure_instructions
.globl _add2
.p2align 2

_add2:
    add x0, x0, x1
    ret
