diff options
| author | 2026-02-06 04:14:07 +1100 | |
|---|---|---|
| committer | 2026-02-06 04:14:07 +1100 | |
| commit | 5345617fbc2462716dc03dfac0b14c7f6c24c55e (patch) | |
| tree | a9aceae86b264d8cf0f3262e50f84ffc2ffe6e7e /docs | |
| parent | 2ac268157ea6aa417e93a8858c2130c8b62f969d (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.rst | 4 |
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. |
