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 if command to evaluate an expression and then, depending on the http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Use the If command to evaluate an expression and then, depending on the
results, execute a list of commands.  The format of the If command is:


     IF <expr> { <command> }
     [ ELSEIF <expr> { <command> } [ ELSEIF <expr> { <command> } [...]]]
     [ELSE { <command> }]

If the expression results in a non-zero value, the list of debugger commands
contained after the IF expression are executed.  Otherwise, the list of
commands that appear after the ELSEIF expression are executed.

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