Skip to content
Snippets Groups Projects
Select Git revision
  • 9f9df7be0d66a73385a049be3a9326aae0b5cb0c
  • 2022ws default protected
  • MPeth-2022ws-patch-01682
  • 2021ws
  • 2020ws
  • 2019ws
  • 2019ss
  • 2018ws
  • 2017ws
  • 2017ss
  • 2016ws
  • 2016ss
  • 2015ss
13 results

README.md

Blame
  • Forked from Peter Gerwinski / es
    Source project has a limited visibility.
    arrays-and-pointers-22.s 834 B
    	.file	"arrays-and-pointers-21.c"
    	.text
    	.section	.rodata
    .LC0:
    	.string	"Dies"
    	.string	"ist\000"     # manuell eingefügt
    	.string	"ein\000"     # manuell eingefügt
    	.string	"Test"        # manuell eingefügt
    	.string	""            # manuell eingefügt
    	.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
    	subq	$16, %rsp
    	leaq	.LC0(%rip), %rax
    	movq	%rax, -8(%rbp)
    	jmp	.L2
    .L3:
    	movq	-8(%rbp), %rax
    	leaq	5(%rax), %rdx
    	movq	%rdx, -8(%rbp)
    	movq	%rax, %rdi
    	call	puts@PLT
    .L2:
    	movq	-8(%rbp), %rax
    	movzbl	(%rax), %eax
    	testb	%al, %al
    	jne	.L3
    	movl	$0, %eax
    	leave
    	.cfi_def_cfa 7, 8
    	ret
    	.cfi_endproc
    .LFE0:
    	.size	main, .-main
    	.ident	"GCC: (Debian 12.2.0-14) 12.2.0"
    	.section	.note.GNU-stack,"",@progbits