Update manual.

This commit is contained in:
Bartosz Taudul 2022-09-17 22:06:01 +02:00
parent a8a4fe21b3
commit 62622bd65d
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -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).