    .thumb
    .text
    .align 2
    .global PopMulti
    .thumb_func
PopMulti:
    pop {r4, r5}
    pop {r0}
    bx lr
    .short 0
