.text .globl incrementSequence .globl _incrementSequence .align 4 incrementSequence: _incrementSequence: mov x1, x0 eor x0, x0, x0 add x2, x0, 1 .loop: sub x1, x1, x2 .rept 128 add x0, x0, x2 .endr cbnz x1, .loop ret