Skip to content

Commit 0db78a1

Browse files
committed
Add a li'l tooltip
1 parent 0a205ed commit 0db78a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/extension.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ eleventyComputed:
1919
<a href="/instructions/{{ inst.name }}/">{{ inst.name }}</a>
2020
{{ inst.longName }}
2121
{% if inst.base != 32 %}
22-
<span class="base-width">{{ inst.base }}</span>
22+
<span class="base-width" title="This instruction is only present in the {{inst.base}}-bit version of the ISA.">{{ inst.base }}</span>
2323
{% endif %}
2424
</li>
2525
{% endfor %}

0 commit comments

Comments
 (0)