From a2072993c67cb1cb773129800e50dc08ea2c3c89 Mon Sep 17 00:00:00 2001 From: titzer Date: Thu, 11 Feb 2016 15:46:24 +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 9f42f61..940c962 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -236,7 +236,7 @@ The table switch operator is then immediately followed by `case_count` case expr ## Basic operators ([described here](AstSemantics.md#constants)) | Name | Opcode | Immediate | Description | | ---- | ---- | ---- | ---- | -| `i8.const` | `0x09` | value = `uint8` | a constant value, signed extended to type `i32` | +| `i8.const` | `0x09` | value = `int8` | a constant value, signed extended to type `i32` | | `i32.const` | `0x0a` | value = `uint32` | a constant value interpreted as `i32` | | `i64.const` | `0x0b` | value = `uint64` | a constant value interpreted as `i64` | | `f64.const` | `0x0c` | value = `uint64` | a constant value interpreted as `f64` | -- cgit v1.2.3