[ create a new paste ] login | about

Link: http://codepad.org/dwKs5LBd    [ raw code | fork ]

Plain Text, pasted on Jun 24:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
	.file	"main.c"
	.def	___main;	.scl	2;	.type	32;	.endef
	.text
.globl _main
	.def	_main;	.scl	2;	.type	32;	.endef
_main:
	leal	4(%esp), %ecx
	andl	$-16, %esp
	pushl	-4(%ecx)
	pushl	%ebp
	movl	%esp, %ebp
	pushl	%ecx
	subl	$212, %esp
	call	___main
	movl	$0, %eax
	addl	$212, %esp
	popl	%ecx
	popl	%ebp
	leal	-4(%ecx), %esp
	ret



Create a new paste based on this one


Comments: