added visible memory

This commit is contained in:
zanostro 2025-11-15 13:17:43 +01:00
parent c918993060
commit 280a3b62fc
4 changed files with 265 additions and 2 deletions

View file

@ -584,6 +584,120 @@
<height>601</height>
</rect>
</property>
<widget class="QGroupBox" name="MemorygroupBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>711</width>
<height>251</height>
</rect>
</property>
<property name="title">
<string>GroupBox</string>
</property>
<widget class="QScrollArea" name="MemoryScrollArea">
<property name="geometry">
<rect>
<x>0</x>
<y>20</y>
<width>711</width>
<height>171</height>
</rect>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>709</width>
<height>169</height>
</rect>
</property>
</widget>
</widget>
<widget class="QPushButton" name="MemoryInc4096Btn">
<property name="geometry">
<rect>
<x>460</x>
<y>200</y>
<width>121</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>&gt;&gt; M[+0x01000]</string>
</property>
</widget>
<widget class="QPushButton" name="MemoryInc256Btn">
<property name="geometry">
<rect>
<x>360</x>
<y>200</y>
<width>101</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>&gt; M[+0x00100]</string>
</property>
</widget>
<widget class="QPushButton" name="MemoryInc65536Btn">
<property name="geometry">
<rect>
<x>580</x>
<y>200</y>
<width>121</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>&gt;&gt;&gt; M[+0x10000]</string>
</property>
</widget>
<widget class="QPushButton" name="MemoryDec256Btn">
<property name="geometry">
<rect>
<x>250</x>
<y>200</y>
<width>101</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>&lt; M[-0x00100]</string>
</property>
</widget>
<widget class="QPushButton" name="MemoryDec4096Btn">
<property name="geometry">
<rect>
<x>130</x>
<y>200</y>
<width>121</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>&lt;&lt; M[-0x01000]</string>
</property>
</widget>
<widget class="QPushButton" name="MemoryDec65536Btn">
<property name="geometry">
<rect>
<x>10</x>
<y>200</y>
<width>121</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>&lt;&lt;&lt; M[-0x10000]</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">