aboutsummaryrefslogtreecommitdiff
path: root/BinaryEncoding.md
diff options
context:
space:
mode:
authorLuke Wagner <luke@mozilla.com>2016-03-08 12:18:47 -0600
committerLuke Wagner <luke@mozilla.com>2016-03-09 10:52:29 -0600
commit3d1fc545dc6b61150021b93fff91895cb4679e94 (patch)
treea83adea592a989ed6ea6ecb66e35ad57621afcb2 /BinaryEncoding.md
parentb1fa2cb742d31211cc4d24b758497683f1e42089 (diff)
downloadnanowasm-design-3d1fc545dc6b61150021b93fff91895cb4679e94.tar.gz
Update flags/alignment immediate
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 9484d74..6ee15d9 100644
--- a/BinaryEncoding.md
+++ b/BinaryEncoding.md
@@ -387,8 +387,8 @@ The `memory_immediate` type is encoded as follows:
| Name | Type | Description |
| ---- | ---- | ---- |
+| flags | `varuint32` | a bitfield currently only containing the alignment (less-or-equal than natural alignment, specified as a power of 2) for the `log2(access size)` least-significant bits |
| offset | `varuint32` | the value of the offset |
-| alignment | `varuint32` | the value of the alignment |
## Simple operators ([described here](AstSemantics#32-bit-integer-operators))