12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <html lang="en">
- <head>
- <title>Parameter Mode Interface - 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="Virtual-Machine-Specification.html#Virtual-Machine-Specification" title="Virtual Machine Specification">
- <link rel="prev" href="Filter-Mode-Interface.html#Filter-Mode-Interface" title="Filter Mode Interface">
- <link rel="next" href="Virtual-Code-Semantics.html#Virtual-Code-Semantics" title="Virtual Code Semantics">
- <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="Parameter-Mode-Interface"></a>
- <p>
- Next: <a rel="next" accesskey="n" href="Virtual-Code-Semantics.html#Virtual-Code-Semantics">Virtual Code Semantics</a>,
- Previous: <a rel="previous" accesskey="p" href="Filter-Mode-Interface.html#Filter-Mode-Interface">Filter Mode Interface</a>,
- Up: <a rel="up" accesskey="u" href="Virtual-Machine-Specification.html#Virtual-Machine-Specification">Virtual Machine Specification</a>
- <hr>
- </div>
- <h3 class="section">2.6 Parameter Mode Interface</h3>
- <p><a name="index-parameter-mode-201"></a>The virtual code file for a parameter mode application contains a tree
- representing a single function, which takes as its argument a data
- structure in the format described below. The format of the result
- returned by the function depends on the virtual machine options used on
- the command line, and the various alternatives are explained
- subsequently.
- <ul class="menu">
- <li><a accesskey="1" href="Input-Data-Structure.html#Input-Data-Structure">Input Data Structure</a>
- <li><a accesskey="2" href="Input-for-Mapped-Applications.html#Input-for-Mapped-Applications">Input for Mapped Applications</a>
- <li><a accesskey="3" href="Output-From-Non_002dinteractive-Applications.html#Output-From-Non_002dinteractive-Applications">Output From Non-interactive Applications</a>
- <li><a accesskey="4" href="Output-From-Interactive-Applications.html#Output-From-Interactive-Applications">Output From Interactive Applications</a>
- </ul>
- </body></html>
|