mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
GP-2480 Console mode inst_next2 support and documentation update
This commit is contained in:
parent
8d4a6c213e
commit
d33cd8a92e
23 changed files with 348 additions and 275 deletions
|
@ -4,7 +4,7 @@
|
|||
<title>Syntax Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="Frontpage.css">
|
||||
<link rel="stylesheet" type="text/css" href="languages.css">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
||||
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
|
||||
<link rel="home" href="pcoderef.html" title="P-Code Reference Manual">
|
||||
<link rel="up" href="pcoderef.html" title="P-Code Reference Manual">
|
||||
<link rel="prev" href="additionalpcode.html" title="Additional P-CODE Operations">
|
||||
|
@ -26,7 +26,7 @@
|
|||
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
|
||||
<a name="reference"></a>Syntax Reference</h2></div></div></div>
|
||||
<div class="informalexample"><div class="table">
|
||||
<a name="ref.htmltable"></a><table width="90%" frame="box" rules="rows">
|
||||
<a name="ref.htmltable"></a><table xml:id="ref.htmltable" width="90%" frame="box" rules="rows">
|
||||
<col width="25%">
|
||||
<col width="25%">
|
||||
<col width="50%">
|
||||
|
@ -45,7 +45,7 @@
|
|||
<td>LOAD</td>
|
||||
<td>
|
||||
<div class="table">
|
||||
<a name="loadtmp.htmltable"></a><table frame="none"><tbody>
|
||||
<a name="loadtmp.htmltable"></a><table xml:id="loadtmp.htmltable" frame="none"><tbody>
|
||||
<tr>
|
||||
<td><code class="code">* v1</code></td>
|
||||
</tr>
|
||||
|
@ -68,7 +68,7 @@
|
|||
<td>STORE</td>
|
||||
<td>
|
||||
<div class="table">
|
||||
<a name="storetmp.htmltable"></a><table frame="none"><tbody>
|
||||
<a name="storetmp.htmltable"></a><table xml:id="storetmp.htmltable" frame="none"><tbody>
|
||||
<tr>
|
||||
<td><code class="code">*v0 = v1;</code></td>
|
||||
</tr>
|
||||
|
@ -153,7 +153,7 @@
|
|||
<td>INT_LESS</td>
|
||||
<td>
|
||||
<div class="table">
|
||||
<a name="less.htmltable"></a><table frame="none"><tbody>
|
||||
<a name="less.htmltable"></a><table xml:id="less.htmltable" frame="none"><tbody>
|
||||
<tr>
|
||||
<td><code class="code">v0 < v1</code></td>
|
||||
</tr>
|
||||
|
@ -169,7 +169,7 @@
|
|||
<td>INT_SLESS</td>
|
||||
<td>
|
||||
<div class="table">
|
||||
<a name="sless.htmltable"></a><table frame="none"><tbody>
|
||||
<a name="sless.htmltable"></a><table xml:id="sless.htmltable" frame="none"><tbody>
|
||||
<tr>
|
||||
<td><code class="code">v0 s< v1</code></td>
|
||||
</tr>
|
||||
|
@ -185,7 +185,7 @@
|
|||
<td>INT_LESSEQUAL</td>
|
||||
<td>
|
||||
<div class="table">
|
||||
<a name="lessequal.htmltable"></a><table frame="none"><tbody>
|
||||
<a name="lessequal.htmltable"></a><table xml:id="lessequal.htmltable" frame="none"><tbody>
|
||||
<tr>
|
||||
<td><code class="code">v0 <= v1</code></td>
|
||||
</tr>
|
||||
|
@ -201,7 +201,7 @@
|
|||
<td>INT_SLESSEQUAL</td>
|
||||
<td>
|
||||
<div class="table">
|
||||
<a name="slessequal.htmltable"></a><table frame="none"><tbody>
|
||||
<a name="slessequal.htmltable"></a><table xml:id="slessequal.htmltable" frame="none"><tbody>
|
||||
<tr>
|
||||
<td><code class="code">v0 s<= v1</code></td>
|
||||
</tr>
|
||||
|
@ -347,7 +347,7 @@
|
|||
<td>FLOAT_LESS</td>
|
||||
<td>
|
||||
<div class="table">
|
||||
<a name="floatlesstmp.htmltable"></a><table frame="none"><tbody>
|
||||
<a name="floatlesstmp.htmltable"></a><table xml:id="floatlesstmp.htmltable" frame="none"><tbody>
|
||||
<tr>
|
||||
<td><code class="code">v0 f< v1</code></td>
|
||||
</tr>
|
||||
|
@ -363,7 +363,7 @@
|
|||
<td>FLOAT_LESSEQUAL</td>
|
||||
<td>
|
||||
<div class="table">
|
||||
<a name="floatlessequaltmp.htmltable"></a><table frame="none"><tbody>
|
||||
<a name="floatlessequaltmp.htmltable"></a><table xml:id="floatlessequaltmp.htmltable" frame="none"><tbody>
|
||||
<tr>
|
||||
<td><code class="code">v0 f<= v1</code></td>
|
||||
</tr>
|
||||
|
@ -454,7 +454,7 @@
|
|||
<td>NEW</td>
|
||||
<td>
|
||||
<div class="table">
|
||||
<a name="newtmp.htmltable"></a><table frame="none"><tbody>
|
||||
<a name="newtmp.htmltable"></a><table xml:id="newtmp.htmltable" frame="none"><tbody>
|
||||
<tr>
|
||||
<td><code class="code">newobject(v0)</code></td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue