    .thumb
    .text
    .align 2
    .global SimpleInit
    .thumb_func
SimpleInit:
    push {lr}
    mov r1, #0
    strb r1, [r0, #0]
    pop {r1}
    bx r1
