2005-04-13 16:44:08 +00:00
|
|
|
.section .bss
|
|
|
|
bar:
|
|
|
|
.text
|
2005-08-15 14:08:58 +00:00
|
|
|
.type start,"function"
|
|
|
|
.global start
|
|
|
|
start:
|
2005-04-13 16:44:08 +00:00
|
|
|
.type _start,"function"
|
|
|
|
.global _start
|
|
|
|
_start:
|
|
|
|
.type __start,"function"
|
|
|
|
.global __start
|
|
|
|
__start:
|
2005-08-18 07:51:08 +00:00
|
|
|
.type main,"function"
|
|
|
|
.global main
|
|
|
|
main:
|
2005-04-13 16:44:08 +00:00
|
|
|
.long 0
|