Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-09-17 23:06:01 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-09-17 23:06:01 +0300
commit62622bd65dd7a2bdee9c34e8b800b301173f4119 (patch)
tree2cda5400d73716da597581bbe7834885f2b7832c /manual
parenta8a4fe21b3a34e7a7af21c06384ddfa767518921 (diff)
Update manual.
Diffstat (limited to 'manual')
-rw-r--r--manual/tracy.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/tracy.tex b/manual/tracy.tex
index 845419a6..af372d66 100644
--- a/manual/tracy.tex
+++ b/manual/tracy.tex
@@ -3558,7 +3558,7 @@ Assembly instructions may read values stored in registers and may also write val
Clicking the \LMB{}~left mouse button on any assembly instruction will mark it as a target for resolving register dependencies between instructions. To cancel this selection, click on any assembly instruction with \RMB{}~right mouse button.
-The selected instruction will be highlighted in red, while its dependencies will be highlighted in violet. Additionally, a list of dependent registers will be listed next to each instruction which reads or writes to them, with the following color code:
+The selected instruction will be highlighted in white, while its dependencies will be highlighted in red. Additionally, a list of dependent registers will be listed next to each instruction which reads or writes to them, with the following color code:
\begin{itemize}
\item \emph{Green} -- Register value is read (is a dependency \emph{after} target instruction).