Colby-CPU-Sim / CPUSim

GNU General Public License v3.0
52 stars 18 forks source link

Removing Colors from MachineInstruction model #109

Open Nava2 opened 7 years ago

Nava2 commented 7 years ago

Currently, the colors for the MachineInstruction are stored with the model, I feel like the colour for a Field value would be a value stored with the UI.

I propose removing the concept from the model and using an id -> colour map in the GUI to draw the colours.