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.
15 lines
141 B
15 lines
141 B
7 months ago
|
.global bar2
|
||
|
.type bar2, @function
|
||
|
bar2:
|
||
|
ret
|
||
|
|
||
|
.global zed2
|
||
|
.type zed2, @function
|
||
|
zed2:
|
||
|
ret
|
||
|
|
||
|
.global bar3
|
||
|
.type bar3, @function
|
||
|
bar3:
|
||
|
ret
|