diff options
| author | titzer <titzer@google.com> | 2016-02-09 10:33:13 +0100 |
|---|---|---|
| committer | titzer <titzer@google.com> | 2016-02-09 10:33:13 +0100 |
| commit | 34165f655bdcec2e380142b82203253fe8290d20 (patch) | |
| tree | 86102d027f351b61bbe10ea946c230c28aefaeef /BinaryEncoding.md | |
| parent | eaf8d098eef082c5b28baacb70388f6767d8887b (diff) | |
| download | nanowasm-design-34165f655bdcec2e380142b82203253fe8290d20.tar.gz | |
Update BinaryEncoding.md
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index d2ea66a..29436c3 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -279,7 +279,7 @@ The `memory_immediate` type is encoded as follows: | Name | Type | Present? | Description | | ---- | ---- | ---- | ---- | -| flags | `uint8` | always | a bitfield where<br>bit `4` indicates an offset follows<br>bit `7` indicates natural alignment | +| flags | `uint8` | always | a bitfield where<br>bit `4` indicates an offset follows<br>bit `7` indicates natural alignment<br>other bits are reserved for future use | | offset | `varuint32` | `flags[4] == 1` | the value of the offset | ## Simple operators ([described here](AstSemantics#32-bit-integer-operators)) |
