Advertisement
Guest User

Untitled

a guest
Aug 26th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 6e4:   a9be7bfd        stp     x29, x30, [sp, #-32]!
  2.  6e8:   910003fd        mov     x29, sp
  3.  6ec:   b9001fa0        str     w0, [x29, #28]
  4.  6f0:   b9401fa0        ldr     w0, [x29, #28]
  5.  6f4:   7100041f        cmp     w0, #0x1
  6.  6f8:   54000061        b.ne    704 <fatorial+0x20>  // b.any
  7.  6fc:   b9401fa0        ldr     w0, [x29, #28]
  8.  700:   14000007        b       71c <fatorial+0x38>
  9.  704:   b9401fa0        ldr     w0, [x29, #28]
  10.  708:   51000400        sub     w0, w0, #0x1
  11.  70c:   97fffff6        bl      6e4 <fatorial>
  12.  710:   2a0003e1        mov     w1, w0
  13.  714:   b9401fa0        ldr     w0, [x29, #28]
  14.  718:   1b007c20        mul     w0, w1, w0
  15.  71c:   a8c27bfd        ldp     x29, x30, [sp], #32
  16.  720:   d65f03c0        ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement