12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <html lang="en">
- <head>
- <title>Modes of Operation - avram - a virtual machine code interpreter</title>
- <meta http-equiv="Content-Type" content="text/html">
- <meta name="description" content="avram - a virtual machine code interpreter">
- <meta name="generator" content="makeinfo 4.13">
- <link title="Top" rel="start" href="index.html#Top">
- <link rel="up" href="User-Manual.html#User-Manual" title="User Manual">
- <link rel="prev" href="General-Options.html#General-Options" title="General Options">
- <link rel="next" href="Filter-Mode-Options.html#Filter-Mode-Options" title="Filter Mode Options">
- <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
- <meta http-equiv="Content-Style-Type" content="text/css">
- <style type="text/css"><!--
- pre.display { font-family:inherit }
- pre.format { font-family:inherit }
- pre.smalldisplay { font-family:inherit; font-size:smaller }
- pre.smallformat { font-family:inherit; font-size:smaller }
- pre.smallexample { font-size:smaller }
- pre.smalllisp { font-size:smaller }
- span.sc { font-variant:small-caps }
- span.roman { font-family:serif; font-weight:normal; }
- span.sansserif { font-family:sans-serif; font-weight:normal; }
- --></style>
- </head>
- <body>
- <div class="node">
- <a name="Modes-of-Operation"></a>
- <p>
- Next: <a rel="next" accesskey="n" href="Filter-Mode-Options.html#Filter-Mode-Options">Filter Mode Options</a>,
- Previous: <a rel="previous" accesskey="p" href="General-Options.html#General-Options">General Options</a>,
- Up: <a rel="up" accesskey="u" href="User-Manual.html#User-Manual">User Manual</a>
- <hr>
- </div>
- <h3 class="section">1.2 Modes of Operation</h3>
- <p>Apart from to the capability to print brief help messages and exit,
- there are two main modes of operation, depending on which options
- are specified on the command line before the virtual code file name.
- <a name="index-modes-19"></a>
- <a name="index-modes-20"></a>For the purpose of choosing the mode of operation, the virtual
- code filename is taken to be the first command line argument not
- beginning with a dash. Other conventions relevant to application
- specific parameters are detailed in <a href="Command-Line-Syntax.html#Command-Line-Syntax">Command Line Syntax</a>.
- <ul class="menu">
- <li><a accesskey="1" href="Filter-Mode.html#Filter-Mode">Filter Mode</a>
- <li><a accesskey="2" href="Parameter-Mode.html#Parameter-Mode">Parameter Mode</a>
- </ul>
- </body></html>
|