Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .text
  2.     .global main
  3. main:
  4.     call        readi32
  5.     movl    %eax, %ebx
  6.     call        readi32
  7.     addl        %ebx, %eax
  8.     call        writei32
  9.     call finish
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement