Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - use the new command to initialize various items. the format of the new http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Use the New command to initialize various items.  The format of the New
command is:


     NEW [<args>]
     NEW /Program [[:<symfile>] <progfile> [<args>]]
     NEW /Restart [<args>]
     NEW /STDIn <file>
     NEW /STDOut <file>
     NEW /SYmbol <file> [seg [,seg [...]]

<symfile>
    represents a file containing the symbolic information.

<progfile>
    represents the executable file.

<args>
    represent the arguments to be passed to the program.

/Restart
    Reload the current application and place it into an initial state so
    that you may begin execution again.  The application may have already
    partially or completely executed.

/STDIn
    associate the standard input file handle with a particular file or
    device.

/STDOut
    associate the standard output file handle with a particular file or
    device.

/Symbol
    load additional symbolic debugging information and specify the mapping
    between the linker addresses and the actual execution addresses.

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