You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
193 B

.text
.globl _start
_start:
.byte 0
.section .note,"",%note
.dc.a .foo
.section .foo,"a"
.dc.a 0
.section .bar,"ao",%progbits,.foo
.dc.a 0
.section .zed,"ao",%progbits,.foo
.dc.a 0