Modes-of-Operation.html 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <html lang="en">
  2. <head>
  3. <title>Modes of Operation - avram - a virtual machine code interpreter</title>
  4. <meta http-equiv="Content-Type" content="text/html">
  5. <meta name="description" content="avram - a virtual machine code interpreter">
  6. <meta name="generator" content="makeinfo 4.13">
  7. <link title="Top" rel="start" href="index.html#Top">
  8. <link rel="up" href="User-Manual.html#User-Manual" title="User Manual">
  9. <link rel="prev" href="General-Options.html#General-Options" title="General Options">
  10. <link rel="next" href="Filter-Mode-Options.html#Filter-Mode-Options" title="Filter Mode Options">
  11. <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
  12. <meta http-equiv="Content-Style-Type" content="text/css">
  13. <style type="text/css"><!--
  14. pre.display { font-family:inherit }
  15. pre.format { font-family:inherit }
  16. pre.smalldisplay { font-family:inherit; font-size:smaller }
  17. pre.smallformat { font-family:inherit; font-size:smaller }
  18. pre.smallexample { font-size:smaller }
  19. pre.smalllisp { font-size:smaller }
  20. span.sc { font-variant:small-caps }
  21. span.roman { font-family:serif; font-weight:normal; }
  22. span.sansserif { font-family:sans-serif; font-weight:normal; }
  23. --></style>
  24. </head>
  25. <body>
  26. <div class="node">
  27. <a name="Modes-of-Operation"></a>
  28. <p>
  29. Next:&nbsp;<a rel="next" accesskey="n" href="Filter-Mode-Options.html#Filter-Mode-Options">Filter Mode Options</a>,
  30. Previous:&nbsp;<a rel="previous" accesskey="p" href="General-Options.html#General-Options">General Options</a>,
  31. Up:&nbsp;<a rel="up" accesskey="u" href="User-Manual.html#User-Manual">User Manual</a>
  32. <hr>
  33. </div>
  34. <h3 class="section">1.2 Modes of Operation</h3>
  35. <p>Apart from to the capability to print brief help messages and exit,
  36. there are two main modes of operation, depending on which options
  37. are specified on the command line before the virtual code file name.
  38. <a name="index-modes-19"></a>
  39. <a name="index-modes-20"></a>For the purpose of choosing the mode of operation, the virtual
  40. code filename is taken to be the first command line argument not
  41. beginning with a dash. Other conventions relevant to application
  42. specific parameters are detailed in <a href="Command-Line-Syntax.html#Command-Line-Syntax">Command Line Syntax</a>.
  43. <ul class="menu">
  44. <li><a accesskey="1" href="Filter-Mode.html#Filter-Mode">Filter Mode</a>
  45. <li><a accesskey="2" href="Parameter-Mode.html#Parameter-Mode">Parameter Mode</a>
  46. </ul>
  47. </body></html>