diff options
| author | Anthony <faineance@users.noreply.github.com> | 2016-03-17 17:51:01 +0000 |
|---|---|---|
| committer | Anthony <faineance@users.noreply.github.com> | 2016-03-17 17:51:01 +0000 |
| commit | 74c98ee636844aea10610e9b77767eef2ca07982 (patch) | |
| tree | ca5a4dea9bcc33e2154f139a1035c4597410ed47 /BinaryEncoding.md | |
| parent | 5d27aa7f71fb1086a79fcb5c436724a0d75bf378 (diff) | |
| download | nanowasm-design-74c98ee636844aea10610e9b77767eef2ca07982.tar.gz | |
AstSemantics dead link in BinaryEncoding
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 f3493c8..4dcc51a 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -396,7 +396,7 @@ natural alignment. Thus, for any given memory access op, the bits after the `log(memory-access-size)` least-significant bits can be used in the future (e.g., for shared memory ordering requirements). -## Simple operators ([described here](AstSemantics#32-bit-integer-operators)) +## Simple operators ([described here](AstSemantics.md#32-bit-integer-operators)) | Name | Opcode | Immediate | Description | | ---- | ---- | ---- | ---- | |
