aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authortitzer <titzer@google.com>2016-02-09 10:33:13 +0100
committertitzer <titzer@google.com>2016-02-09 10:33:13 +0100
commit34165f655bdcec2e380142b82203253fe8290d20 (patch)
tree86102d027f351b61bbe10ea946c230c28aefaeef /BinaryEncoding.md
parenteaf8d098eef082c5b28baacb70388f6767d8887b (diff)
downloadnanowasm-design-34165f655bdcec2e380142b82203253fe8290d20.tar.gz
Update BinaryEncoding.md
Diffstat (limited to 'BinaryEncoding.md')
-rw-r--r--BinaryEncoding.md2
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))