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.
20 lines
195 B
20 lines
195 B
7 months ago
|
.global _start
|
||
|
_start:
|
||
|
.global _Z1fi
|
||
|
_Z1fi:
|
||
|
.cfi_startproc
|
||
|
nop
|
||
|
.cfi_endproc
|
||
|
|
||
|
.section .aaa, "a";
|
||
|
.quad 1;
|
||
|
|
||
|
.section .bbb, "a";
|
||
|
.quad 2;
|
||
|
|
||
|
.section .ccc, "a";
|
||
|
.quad 3;
|
||
|
|
||
|
.section .ddd, "a";
|
||
|
.quad 4
|