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.
|
.global b@V1
|
|
b@V1 = b_1
|
|
|
|
.global b@@V2
|
|
b@@V2 = b_2
|
|
|
|
.globl a
|
|
.type a,@function
|
|
a:
|
|
retq
|
|
|
|
.globl b_1
|
|
.type b_1,@function
|
|
b_1:
|
|
retq
|
|
|
|
.globl b_2
|
|
.type b_2,@function
|
|
b_2:
|
|
retq
|
|
|
|
.globl c
|
|
.type c,@function
|
|
c:
|
|
retq
|