1	.comm	DEBUGLEVEL,4,4
2	.text
3	.globl	_start
4	.type	_start, @function
5_start:
6	.byte 0xeb, 0x8b
7	movl      $DEBUGLEVEL@GOT, %ebp
8