summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/debugger
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2025-12-24 07:04:20 +1100
committer Vas Crabb <vas@vastheman.com>2025-12-24 07:04:20 +1100
commit550751c0e4f1ba408e805f7ac28c2eedc960b895 (patch)
tree35a5d0729ac497459f918a3359b74777626d08ba /docs/source/debugger
parentd7018738038c8dd8b676c8ef2dc5546f2a4c880e (diff)
Tidy some stuff, bump version in documentation.
Diffstat (limited to 'docs/source/debugger')
-rw-r--r--docs/source/debugger/memory.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/debugger/memory.rst b/docs/source/debugger/memory.rst
index 0edc49031eb..4828dd41387 100644
--- a/docs/source/debugger/memory.rst
+++ b/docs/source/debugger/memory.rst
@@ -209,10 +209,10 @@ By default, the data will be interpreted as a series of NUL-terminated
(ASCIIZ) strings, the dump will have one string per line, and C-style
escapes sequences will be used for bytes that do not represent printable
ASCII characters. The optional **<term>** parameter can be used to
-specify a different string terminator character. If **<term>** equals
--0x80, the terminator is not a separate byte but 0x80 added to the last
-character of each string.
-
+specify a different string terminator character. If **<term>** is equal
+to -0x80, strings will be treated as terminating after any byte with the
+most significant bit set, and the most significant bit will be ignored
+when printing characters.
Back to :ref:`debugger-memory-list`