1	.text
2	.globl main
3	.globl start
4	.globl _start
5	.globl __start
6main:
7start:
8_start:
9__start:
10	.byte 0
11