~manxi-david/pyeffect/pyeffect

« back to all changes in this revision

Viewing changes to src/Examples/prove.s

  • Committer: dvspeed
  • Date: 2011-12-26 13:18:36 UTC
  • Revision ID: manxi.david@gmail.com-20111226131836-mvoy9y32z0ujxvm1
-Change of folder

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.section .data
 
2
.section .text
 
3
.globl _start
 
4
_start:
 
5
#Begin of program:
 
6
        #       exit(0)
 
7
        xorq    %rdi,   %rdi
 
8
        movq    $60,    %rax
 
9
        syscall
 
10
#End of program