Assignment One Using the script utility, mail the source code and a demonstration of your program to pgms@asm.cs.olemiss.edu by Wed, 17th Jan 2001 1. Write a C "hello world" program. 2. Compile and execute the a.out file. 3. Convert the C program to assembly language. 4. Assemble and execute a "hello" program. 5. Convert the Assembly language program to relocatable object code. 6. Link edit and execute a "hello2" program.