summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2026-02-06 04:14:07 +1100
committer Vas Crabb <vas@vastheman.com>2026-02-06 04:14:07 +1100
commit5345617fbc2462716dc03dfac0b14c7f6c24c55e (patch)
treea9aceae86b264d8cf0f3262e50f84ffc2ffe6e7e /docs
parent2ac268157ea6aa417e93a8858c2130c8b62f969d (diff)
cpu/sharc: Better align FIX between interpreter and recompiler, pack/unpack recompiler ASTAT for saved states.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/techspecs/uml_instructions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/techspecs/uml_instructions.rst b/docs/source/techspecs/uml_instructions.rst
index 729f7424d5b..f12fc679b60 100644
--- a/docs/source/techspecs/uml_instructions.rst
+++ b/docs/source/techspecs/uml_instructions.rst
@@ -283,8 +283,8 @@ HASH
Associate a location with the specified mode and emulated program
counter values. The :ref:`HASHJMP <umlinst-hashjmp>` instruction may be
used to transfer control to the location associated with a mode and
-emulated program counter value. Invariant code blocks may not contain
-HASH instructions.
+emulated program counter value. HASH instructions are not permitted in
+invariant code blocks.
This is usually used to mark the location of the generated code for an
emulated instruction or sequence of instructions.