You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DrNochi opened this issue
Jul 6, 2020
· 3 comments
Labels
bugSomething isn't workingguiRelated to the GUI and Qt frameworkwindowsIssue only applies to the Windows operating systemwontfixThis will not be worked on
If you execute the whole program using the "Run" button, it highlights the wrong line!
Expected result: The line with the END directive should be highlighted
The text was updated successfully, but these errors were encountered:
Is it possible that you had an older version of the assembler installed via pip, but were running the emulator code from #58?
This means the assembler will not add a BEQ instruction at the end of the machine code, but the emulator will still stop before the last instruction.
We will not take any further action on this issue at this time as we suspect that this is an obscure issue within the Qt framework. Nevertheless, we keep the issue open as we should keep an eye on it.
bugSomething isn't workingguiRelated to the GUI and Qt frameworkwindowsIssue only applies to the Windows operating systemwontfixThis will not be worked on
If you execute the whole program using the "Run" button, it highlights the wrong line!
Expected result: The line with the END directive should be highlighted
The text was updated successfully, but these errors were encountered: