12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <html lang="en">
- <head>
- <title>Data Section - 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="File-Format.html#File-Format" title="File Format">
- <link rel="prev" href="Preamble-Section.html#Preamble-Section" title="Preamble Section">
- <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="Data-Section"></a>
- <p>
- Previous: <a rel="previous" accesskey="p" href="Preamble-Section.html#Preamble-Section">Preamble Section</a>,
- Up: <a rel="up" accesskey="u" href="File-Format.html#File-Format">File Format</a>
- <hr>
- </div>
- <h4 class="subsection">2.3.2 Data Section</h4>
- <ul>
- <li>The data or virtual code section of the file begins on the first
- line of the file that isn't part of the preamble.
- <li>The data section may not contain any hashes, white space, or other
- extraneous characters other than line breaks.
- <li>If line breaks are ignored, the data section contains a sequence
- of characters expressing a single tree in the concrete syntax described
- in <a href="Concrete-Syntax.html#Concrete-Syntax">Concrete Syntax</a>.
- </ul>
- </body></html>
|