Matthew-McRaven / Pepp

The next generation of Pep series simulators
https://compsys-pep.com
GNU General Public License v3.0
6 stars 0 forks source link

Prevent internal spacing in CPU pane #503

Closed Matthew-McRaven closed 3 months ago

Matthew-McRaven commented 3 months ago

As discussed with Stan on 2024-06-09, we currently scale the register pane to the size of the available area. Stan suggests that registers & CSRs should always have the same layout, with spacing inserted on the outside. Space should never be inserted between elements.

This would keep visual parity with Pep/9.

Closes #499