vs-ude / mic-1-toolbox

Web-based MIC-1 emulator and toolbox
https://vs-ude.github.io/mic-1-toolbox/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Merge LOAD + STEP/RUN #27

Closed OskarCarl closed 1 year ago

YasinKavuk commented 2 years ago

Merging the Load button with Run would work without problem, but the Step button will be pressed multiple times. The Step button should not load multiple times. We can solve it by checking if the Code got changed and only load if it got changed.