Advertisement
Guest User

Untitled

a guest
Aug 26th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  6e4:   d10083ff        sub     sp, sp, #0x20
  2.  6e8:   b9000fe0        str     w0, [sp, #12]
  3.  6ec:   52800020        mov     w0, #0x1                        // #1
  4.  6f0:   b9001be0        str     w0, [sp, #24]
  5.  6f4:   52800040        mov     w0, #0x2                        // #2
  6.  6f8:   b9001fe0        str     w0, [sp, #28]
  7.  6fc:   14000008        b       71c <fatorial+0x38>
  8.  700:   b9401be1        ldr     w1, [sp, #24]
  9.  704:   b9401fe0        ldr     w0, [sp, #28]
  10.  708:   1b007c20        mul     w0, w1, w0
  11.  70c:   b9001be0        str     w0, [sp, #24]
  12.  710:   b9401fe0        ldr     w0, [sp, #28]
  13.  714:   11000400        add     w0, w0, #0x1
  14.  718:   b9001fe0        str     w0, [sp, #28]
  15.  71c:   b9401fe1        ldr     w1, [sp, #28]
  16.  720:   b9400fe0        ldr     w0, [sp, #12]
  17.  724:   6b00003f        cmp     w1, w0
  18.  728:   54fffecd        b.le    700 <fatorial+0x1c>
  19.  72c:   b9401be0        ldr     w0, [sp, #24]
  20.  730:   910083ff        add     sp, sp, #0x20
  21.  734:   d65f03c0        ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement