Removed hard-coded addresses from BOOTMAN.mac
This commit is contained in:
parent
71546f1ed5
commit
08d48b9257
6 changed files with 153 additions and 153 deletions
|
|
@ -213,15 +213,15 @@
|
|||
</control>
|
||||
<control type="container" class="pcjs-registers" width="35%" padding="8px">
|
||||
<name>Registers</name>
|
||||
<control type="register" label="R0" binding="R0" pos="left" width="60px" padRight="8px" padBottom="8px">0000</control>
|
||||
<control type="register" label="R1" binding="R1" pos="left" width="60px" padRight="8px" padBottom="8px">0000</control>
|
||||
<control type="register" label="R2" binding="R2" pos="left" width="60px" padRight="8px" padBottom="8px">0000</control>
|
||||
<control type="register" label="R3" binding="R3" pos="left" width="60px" padRight="8px" padBottom="8px">0000</control>
|
||||
<control type="register" label="R4" binding="R4" pos="left" width="60px" padRight="8px" padBottom="8px">0000</control>
|
||||
<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="register" label="R0" binding="R0" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="R1" binding="R1" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="R2" binding="R2" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="R3" binding="R3" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="R4" binding="R4" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="R5" binding="R5" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="SP" binding="R6" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="PC" binding="R7" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="PS" binding="PS" pos="left" width="60px" padRight="8px" padBottom="8px">000000</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>
|
||||
|
|
|
|||
|
|
@ -11,15 +11,15 @@
|
|||
</control>
|
||||
<control type="container" class="pcjs-registers" width="35%" padLeft="8px">
|
||||
<name>Registers</name>
|
||||
<control type="register" label="R0" binding="R0" pos="left" width="60px" padRight="8px" padBottom="8px">0000</control>
|
||||
<control type="register" label="R1" binding="R1" pos="left" width="60px" padRight="8px" padBottom="8px">0000</control>
|
||||
<control type="register" label="R2" binding="R2" pos="left" width="60px" padRight="8px" padBottom="8px">0000</control>
|
||||
<control type="register" label="R3" binding="R3" pos="left" width="60px" padRight="8px" padBottom="8px">0000</control>
|
||||
<control type="register" label="R4" binding="R4" pos="left" width="60px" padRight="8px" padBottom="8px">0000</control>
|
||||
<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="register" label="R0" binding="R0" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="R1" binding="R1" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="R2" binding="R2" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="R3" binding="R3" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="R4" binding="R4" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="R5" binding="R5" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="SP" binding="R6" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="PC" binding="R7" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="PS" binding="PS" pos="left" width="60px" padRight="8px" padBottom="8px">000000</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>
|
||||
|
|
|
|||
|
|
@ -6,15 +6,15 @@
|
|||
</control>
|
||||
<control type="container" class="pcjs-registers" width="35%" padLeft="8px">
|
||||
<name>Registers</name>
|
||||
<control type="register" label="R0" binding="R0" pos="left" width="60px" padRight="8px" padBottom="8px">0000</control>
|
||||
<control type="register" label="R1" binding="R1" pos="left" width="60px" padRight="8px" padBottom="8px">0000</control>
|
||||
<control type="register" label="R2" binding="R2" pos="left" width="60px" padRight="8px" padBottom="8px">0000</control>
|
||||
<control type="register" label="R3" binding="R3" pos="left" width="60px" padRight="8px" padBottom="8px">0000</control>
|
||||
<control type="register" label="R4" binding="R4" pos="left" width="60px" padRight="8px" padBottom="8px">0000</control>
|
||||
<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="register" label="R0" binding="R0" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="R1" binding="R1" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="R2" binding="R2" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="R3" binding="R3" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="R4" binding="R4" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="R5" binding="R5" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="SP" binding="R6" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="PC" binding="R7" pos="left" width="60px" padRight="8px" padBottom="8px">000000</control>
|
||||
<control type="register" label="PS" binding="PS" pos="left" width="60px" padRight="8px" padBottom="8px">000000</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