Guest User

Untitled

a guest
Jul 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. **** Build of configuration Default for project asmtest2 ****
  2.  
  3. make all
  4. nasm -f elf printf2.s
  5. gcc -o printf2 printf2.o
  6. ./printf2
  7. make: *** [all] Error 7
  8. astring
Add Comment
Please, Sign In to add comment