Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. macbug@one:~/code/asm$ nasm -f elf hw.asm
  2. macbug@one:~/code/asm$ ls -s -o hw hw.o
  3. 4 -rwxrwxr-x 1 macbug  50 jan 31 22:05 hw
  4. 4 -rw-rw-r-- 1 macbug 624 jan 31 22:09 hw.o
  5. macbug@one:~/code/asm$ hw
  6. Hello, world!
  7. macbug@one:~/code/asm$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement