Blame view

tramedepile.s 932 Bytes
4ee37b10   Pierre Cwik   trame de pile ass...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
  	.file	"tramedepile.c"
  	.section	.rodata
  .LC0:
  	.string	"a+b=%d\n"
  	.text
  	.globl	addition
  	.type	addition, @function
  addition:
  .LFB0:
  	.cfi_startproc
  	pushq	%rbp
  	.cfi_def_cfa_offset 16
  	.cfi_offset 6, -16
  	movq	%rsp, %rbp
  	.cfi_def_cfa_register 6
  	subq	$32, %rsp
  	movl	%edi, -20(%rbp)
  	movl	%esi, -24(%rbp)
  	movl	-20(%rbp), %edx
  	movl	-24(%rbp), %eax
  	addl	%edx, %eax
  	movl	%eax, -4(%rbp)
  	movl	-4(%rbp), %eax
  	movl	%eax, %esi
  	movl	$.LC0, %edi
  	movl	$0, %eax
  	call	printf
  	leave
  	.cfi_def_cfa 7, 8
  	ret
  	.cfi_endproc
  .LFE0:
  	.size	addition, .-addition
  	.globl	main
  	.type	main, @function
  main:
  .LFB1:
  	.cfi_startproc
  	pushq	%rbp
  	.cfi_def_cfa_offset 16
  	.cfi_offset 6, -16
  	movq	%rsp, %rbp
  	.cfi_def_cfa_register 6
  	movl	$1, %esi
  	movl	$1, %edi
  	call	addition
  	movl	$0, %eax
  	popq	%rbp
  	.cfi_def_cfa 7, 8
  	ret
  	.cfi_endproc
  .LFE1:
  	.size	main, .-main
  	.ident	"GCC: (Debian 4.9.2-10) 4.9.2"
  	.section	.note.GNU-stack,"",@progbits