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.
17 lines
193 B
17 lines
193 B
7 months ago
|
.global _start
|
||
|
_start:
|
||
|
nop
|
||
|
|
||
|
.section .foo,"a"
|
||
|
.quad 0
|
||
|
|
||
|
.section .bar,"a"
|
||
|
.long 0
|
||
|
|
||
|
.section .dah,"ax",@progbits
|
||
|
.cfi_startproc
|
||
|
nop
|
||
|
.cfi_endproc
|
||
|
|
||
|
.global _begin_sec, _end_sec, _end_sec_abs
|