diff options
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 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)) |
