.text .global _start _start: .byte 1 .global data .data data: .byte 2
.text
.global _start
_start:
.byte 1
.global data
.data
data:
.byte 2