Changed the primary means updating the PSW to setPSW(), and put some handcuffs on writePSW()
This commit is contained in:
parent
7b3a2cb676
commit
0e38c6dbc7
6 changed files with 378 additions and 357 deletions
|
|
@ -18,6 +18,7 @@
|
|||
<control type="register" label="R5" binding="R5" pos="left" width="60px" padright="8px" padbottom="8px">0000</control>
|
||||
<control type="register" label="SP" binding="R6" pos="left" width="60px" padright="8px" padbottom="8px">0000</control>
|
||||
<control type="register" label="PC" binding="R7" pos="left" width="60px" padright="8px" padbottom="8px">0000</control>
|
||||
<control type="register" label="PS" binding="PS" pos="left" width="60px" padright="8px" padbottom="8px">0000</control>
|
||||
<control type="container" pos="left">
|
||||
<control type="flag" label="N" binding="NF" width="8px" padright="4px" padbottom="8px">0</control>
|
||||
<control type="flag" label="Z" binding="ZF" width="8px" padright="4px" padbottom="8px">0</control>
|
||||
|
|
|
|||
Loading…
Reference in a new issue