    .thumb
    .text
    .align 2
    .global PushPopLr
    .thumb_func
PushPopLr:
    push {r4-r7, lr}
    pop {r4-r7, pc}
