Skip to content
Snippets Groups Projects
Select Git revision
  • e02488e7ac3d5a271b6a27a0ab1b03698554ad45
  • master default protected
  • 2018ws
  • 2017ws
  • 2016ws
5 results

hello-2.s

Blame
  • Forked from Peter Gerwinski / hp
    290 commits behind the upstream repository.
    hello-2.s 374 B
    	.file	"hello-2.c"
    	.text
    	.globl	main
    	.type	main, @function
    main:
    .LFB0:
    	.cfi_startproc
    	pushq	%rbp
    	.cfi_def_cfa_offset 16
    	.cfi_offset 6, -16
    	movq	%rsp, %rbp
    	.cfi_def_cfa_register 6
    	movl	$0, %eax
    	popq	%rbp
    	.cfi_def_cfa 7, 8
    	ret
    	.cfi_endproc
    .LFE0:
    	.size	main, .-main
    	.ident	"GCC: (Debian 6.3.0-18+deb9u1) 6.3.0 20170516"
    	.section	.note.GNU-stack,"",@progbits