[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
END Terminate Module MASM Directive
END [expression]
Marks the end of a module. All statements following this directive are
ignored.
Notes: The expression argument, if present, indicates the
program entry point--the address at which the program
will begin execution. A program may have more than one
module, but only one module may define an entry point.
The module with the defined entry point is called the
main module.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson