.text .org 0x20 stev1: .byte 0x01 stev2: .space 1 .align .global _start _start: adr r0, stev1 ldr r1, [r0] adr r0, stev2 strb r1, [r0]