What was your learning from this experiment module?

What was your learning from this experiment module?

by Ehsan Antor -
Number of replies: 0

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