.cpu HS
.section .text
.global __start
__start:
    std r0r1, [r3]

