From 3d1fc545dc6b61150021b93fff91895cb4679e94 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Tue, 8 Mar 2016 12:18:47 -0600 Subject: Update flags/alignment immediate --- BinaryEncoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BinaryEncoding.md') 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)) -- cgit v1.2.3