From 34165f655bdcec2e380142b82203253fe8290d20 Mon Sep 17 00:00:00 2001 From: titzer Date: Tue, 9 Feb 2016 10:33:13 +0100 Subject: Update BinaryEncoding.md --- BinaryEncoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BinaryEncoding.md') 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
bit `4` indicates an offset follows
bit `7` indicates natural alignment | +| flags | `uint8` | always | a bitfield where
bit `4` indicates an offset follows
bit `7` indicates natural alignment
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)) -- cgit v1.2.3