Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>end terminate module masm directive</b> http://www.X-Hacker.org [<<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.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson