" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#008000" VLINK="004000" ALINK="#00C000">

                       G (Go) - Start a program

Format: G [segment:][address]

     The command launches a program starting at the specified address. By
default, the system uses current CS and IP values. In case of a normal
completion of the program the system announces:  'Program normally
terminated'. In case of an error the following messages appear:

  'No program was loaded' - if an attempt was made to complete the process
                            while the program failed to load
  'Divide by zero'        - if an attempt was made to divide by zero or
                            when the system overflowed while executing
                            division.
  'Invalid opcode'        - unexisting processor command (only for 80286
                            or higher).

     (Key [F9] can also be used to start the program.)