mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 11:31:43 +00:00
Merge branch 'GP-0_ryanmkurtz_PR-7181_hippietrail_copyedit-nov12'
This commit is contained in:
commit
e78d1d146c
@ -1307,7 +1307,7 @@ encodings.
|
||||
SLEIGH supports the concept of <emphasis>context
|
||||
variables</emphasis>. For the most part processor instructions can be
|
||||
unambiguously decoded by examining only the bits of the instruction
|
||||
encoding. But in some cases, decoding may depend on the state of
|
||||
encoding. But in some cases, decoding may depend on the state of the
|
||||
processor. Typically, the processor will have some set of status flags
|
||||
that indicate what mode is being used to process instructions. In
|
||||
terms of SLEIGH, a context variable is a <emphasis>field</emphasis>
|
||||
@ -1386,7 +1386,7 @@ multiple constructors into a single table are addressed in <xref linkend="sleigh
|
||||
<para>
|
||||
A single complex statement in the specification file describes a
|
||||
constructor. This statement is always made up of five distinct
|
||||
sections that are listed below in the order in which the must occur.
|
||||
sections that are listed below in the order in which they must occur.
|
||||
<informalexample>
|
||||
<orderedlist spacing='compact'>
|
||||
<listitem>
|
||||
|
@ -64,7 +64,7 @@ multiple constructors into a single table are addressed in <a class="xref" href=
|
||||
<p>
|
||||
A single complex statement in the specification file describes a
|
||||
constructor. This statement is always made up of five distinct
|
||||
sections that are listed below in the order in which the must occur.
|
||||
sections that are listed below in the order in which they must occur.
|
||||
</p>
|
||||
<div class="informalexample"><div class="orderedlist"><ol class="orderedlist compact" type="1">
|
||||
<li class="listitem">
|
||||
|
@ -223,7 +223,7 @@ encodings.
|
||||
SLEIGH supports the concept of <span class="emphasis"><em>context
|
||||
variables</em></span>. For the most part processor instructions can be
|
||||
unambiguously decoded by examining only the bits of the instruction
|
||||
encoding. But in some cases, decoding may depend on the state of
|
||||
encoding. But in some cases, decoding may depend on the state of the
|
||||
processor. Typically, the processor will have some set of status flags
|
||||
that indicate what mode is being used to process instructions. In
|
||||
terms of SLEIGH, a context variable is a <span class="emphasis"><em>field</em></span>
|
||||
|
Loading…
Reference in New Issue
Block a user