mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
attempt to clarify hard-to-read sentence
This commit is contained in:
parent
f69515f9bc
commit
b63b5aabba
1 changed files with 4 additions and 4 deletions
|
@ -194,10 +194,10 @@ We list all of the symbols that are predefined by SLEIGH.
|
||||||
<p>
|
<p>
|
||||||
The most important of these to be aware of
|
The most important of these to be aware of
|
||||||
are <span class="emphasis"><em>inst_start</em></span>
|
are <span class="emphasis"><em>inst_start</em></span>
|
||||||
and <span class="emphasis"><em>inst_next</em></span>. These are family symbols which map
|
and <span class="emphasis"><em>inst_next</em></span>. These are family
|
||||||
in the context of particular instruction to the integer offset of
|
symbols that map to the integer offset of either the instruction's
|
||||||
either the address of the instruction or the address of the next
|
address or the next instruction's address, depending on the context
|
||||||
instruction respectively. These are used in any relative branching
|
of a particular instruction. These are used in any relative branching
|
||||||
situation. The <span class="emphasis"><em>inst_next2</em></span> is intended for conditional
|
situation. The <span class="emphasis"><em>inst_next2</em></span> is intended for conditional
|
||||||
skip instruction situations. The remaining symbols are rarely
|
skip instruction situations. The remaining symbols are rarely
|
||||||
used. The <span class="emphasis"><em>const</em></span> and <span class="emphasis"><em>unique</em></span>
|
used. The <span class="emphasis"><em>const</em></span> and <span class="emphasis"><em>unique</em></span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue