- Create new file and save it as Hello World.asm.
- Copy the following code into that file. .model tiny ;code, data & program in 1 64K segment. .code ;code segment. MAIN PROC.
- Now compile the program and save the HelloWorld.com file.
- Run it.
- You can see the output on the screen.