aboutsummaryrefslogtreecommitdiffstats
path: root/docs/assembly.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/assembly.rst')
-rw-r--r--docs/assembly.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/assembly.rst b/docs/assembly.rst
index 2cbad06f..91935293 100644
--- a/docs/assembly.rst
+++ b/docs/assembly.rst
@@ -141,6 +141,8 @@ these curly braces, the following can be used (see the later sections for more d
- assignments in functional style, e.g. ``x := add(y, 3)``
- blocks where local variables are scoped inside, e.g. ``{ let x := 3 { let y := add(x, 1) } }``
+.. _opcodes:
+
Opcodes
-------