remove reference to processor status register

This commit is contained in:
sh95014 2023-06-02 12:51:57 -07:00
parent 0d635d2817
commit b8281e005a

View File

@ -16,13 +16,11 @@
<li>
<p style="MARGIN-BOTTOM: 0in"><b>Y</b>, the 2<sup>nd</sup> Index Register,</p>
<li>
<p style="MARGIN-BOTTOM: 0in"><b>PC</b>, the Program Counter,
<p style="MARGIN-BOTTOM: 0in"><b>PC</b>, the Program Counter, and
</p>
<li>
<p style="MARGIN-BOTTOM: 0in"><b>S</b>, the Stack Pointer, and
<p style="MARGIN-BOTTOM: 0in"><b>S</b>, the Stack Pointer.
</p>
<li>
<p><b>P</b>, the Processor Status Register (Flags).</p>
</li>
</ul>
<p>You can set a Register to a hex Value, Symbol, or Expression.&nbsp; (See the
@ -102,16 +100,6 @@ S ##</span></b></font></font></p>
Stack Register to (an 8-Bit) Offset</span></i></p>
</td>
</tr>
<tr bgcolor="#cccccc">
<td width="25%">
<p><font color="#000000"><font face="Courier"><b><span style="BACKGROUND: 0% 50%; moz-background-clip: initial; moz-background-origin: initial; moz-background-inline-policy: initial">R
P ##</span></b></font></font></p>
</td>
<td width="75%">
<p><i><span style="BACKGROUND: 0% 50%; moz-background-clip: initial; moz-background-origin: initial; moz-background-inline-policy: initial">Set
Processor Status Register (flags) to (a byte) Value</span></i></p>
</td>
</tr>
</tbody>
</table>
<p><br>