Invocation.html 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <html lang="en">
  2. <head>
  3. <title>Invocation - 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="Library-Reference.html#Library-Reference" title="Library Reference">
  9. <link rel="prev" href="File-Manipulation.html#File-Manipulation" title="File Manipulation">
  10. <link rel="next" href="Version-Management.html#Version-Management" title="Version Management">
  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="Invocation"></a>
  28. <p>
  29. Next:&nbsp;<a rel="next" accesskey="n" href="Version-Management.html#Version-Management">Version Management</a>,
  30. Previous:&nbsp;<a rel="previous" accesskey="p" href="File-Manipulation.html#File-Manipulation">File Manipulation</a>,
  31. Up:&nbsp;<a rel="up" accesskey="u" href="Library-Reference.html#Library-Reference">Library Reference</a>
  32. <hr>
  33. </div>
  34. <h3 class="section">3.4 Invocation</h3>
  35. <p>The functions documented in this section can be used to incorporate the
  36. capabilities of a virtual machine emulator into other C programs with
  37. a minimal concern for the details of the required data structures
  38. and virtual code invocation conventions.
  39. <ul class="menu">
  40. <li><a accesskey="1" href="Command-Line-Parsing.html#Command-Line-Parsing">Command Line Parsing</a>
  41. <li><a accesskey="2" href="Execution-Modes.html#Execution-Modes">Execution Modes</a>
  42. </ul>
  43. </body></html>