We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5582130 commit f653cd0Copy full SHA for f653cd0
backends/manual/templates/instruction.adoc.erb
@@ -5,18 +5,16 @@
5
6
*<%= inst.long_name %>*
7
8
-== Assembly format
9
-
10
-`<%= inst.name %> <%= inst.assembly.gsub('x', 'r') %>`
11
12
-== Synopsis
+<%= inst.fix_entities(inst.description) %>
13
14
<%- if inst.data_independent_timing? -%>
15
[IMPORTANT]
16
This instruction must have data-independent timing when extension `Zkt` is enabled.
17
<%- end -%>
18
19
-<%= inst.fix_entities(inst.description) %>
+== Assembly format
+
+`<%= inst.name %> <%= inst.assembly.gsub('x', 'r') %>`
20
21
== Decode Variables
22
0 commit comments