First step: Install nasm
goto Ubuntu software center, search nasm, click install button on the right side.
Second step: Open Ubuntu's terminal editor, type sudo nano hello.asm
Third step: paste source from http://docs.cs.up.ac.za/programming/a... into the terminal editor.