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 0a205ed commit 0db78a1Copy full SHA for 0db78a1
src/extensions/extension.njk
@@ -19,7 +19,7 @@ eleventyComputed:
19
<a href="/instructions/{{ inst.name }}/">{{ inst.name }}</a>
20
— {{ inst.longName }}
21
{% if inst.base != 32 %}
22
- <span class="base-width">{{ inst.base }}</span>
+ <span class="base-width" title="This instruction is only present in the {{inst.base}}-bit version of the ISA.">{{ inst.base }}</span>
23
{% endif %}
24
</li>
25
{% endfor %}
0 commit comments