.text .org 0x20 tabela: .space 5 .align .global _start _start: adr r0, tabela mov r1, #0xffffffff str r1, [r0] strb r1, [r0, #4]