Assembly Language Help (alang.hlp) (Table of Contents; Topic list)
List of "Hello, World." Files
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     These "Hello, world." programs illustrate very simple MASM programs.
     You can use them as templates for your own code. Select a program to
     view.
 
     Filename       Description
 
     HELLO          DOS .EXE with simplified segment directives
     HELLOC         DOS .COM with full segment directives
     HELLOF         DOS .EXE with full segment directives
     HELLOM         DOS .EXE with multiple modules
     HELLOMO        DOS .EXE with multiple modules (old technique)
                                    -♦-