diff options
Diffstat (limited to 'docs/BytecodeFormat.html')
-rw-r--r-- | docs/BytecodeFormat.html | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/docs/BytecodeFormat.html b/docs/BytecodeFormat.html index 524879f609..cc0ae7ca5f 100644 --- a/docs/BytecodeFormat.html +++ b/docs/BytecodeFormat.html @@ -862,10 +862,6 @@ missing otherwise.</td> <td class="td_left">Type ID for structure types (14)</td> </tr> <tr> - <td><a href="#uint32_vbr">uint32_vbr</a></td> - <td class="td_left">Value 0 if a normal structure, 1 if a packed structure</td> - </tr> - <tr> <td><a href="#zlist">zlist</a>(<a href="#uint24_vbr">uint24_vbr</a>)</td> <td class="td_left">Slot number of each of the element's fields.</td> </tr> @@ -943,6 +939,23 @@ missing otherwise.</td> </tr> </tbody> </table> +<h3>Packed Structure Types</h3> +<table> + <tbody> + <tr> + <th><b>Type</b></th> + <th class="td_left"><b>Description</b></th> + </tr> + <tr> + <td><a href="#uint24_vbr">uint24_vbr</a></td> + <td class="td_left">Type ID for packed structure types (19)</td> + </tr> + <tr> + <td><a href="#zlist">zlist</a>(<a href="#uint24_vbr">uint24_vbr</a>)</td> + <td class="td_left">Slot number of each of the element's fields.</td> + </tr> + </tbody> +</table> </div> <!-- _______________________________________________________________________ --> <div class="doc_subsection"><a name="globalinfo">Module Global Info</a> |