Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong line is highlighted if whole program is executed #60

Open
DrNochi opened this issue Jul 6, 2020 · 3 comments
Open

Wrong line is highlighted if whole program is executed #60

DrNochi opened this issue Jul 6, 2020 · 3 comments
Labels
bug Something isn't working gui Related to the GUI and Qt framework windows Issue only applies to the Windows operating system wontfix This will not be worked on
Milestone

Comments

@DrNochi
Copy link
Contributor

DrNochi commented Jul 6, 2020

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

@MaxAtoms
Copy link
Collaborator

MaxAtoms commented Jul 6, 2020

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.

@DrNochi
Copy link
Contributor Author

DrNochi commented Jul 7, 2020

Seems to be an issue with executing it on Windows...
Editing the file and then reversing the changes does resolves the issue by the way (workaround)

@MaxAtoms MaxAtoms added the bug Something isn't working label Jul 7, 2020
@MaxAtoms MaxAtoms added this to the Future milestone Jul 7, 2020
@MaxAtoms
Copy link
Collaborator

MaxAtoms commented Jul 7, 2020

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.

@DrNochi DrNochi added the wontfix This will not be worked on label Jul 11, 2020
@MaxAtoms MaxAtoms added the windows Issue only applies to the Windows operating system label Jul 12, 2020
@MaxAtoms MaxAtoms added the gui Related to the GUI and Qt framework label Aug 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gui Related to the GUI and Qt framework windows Issue only applies to the Windows operating system wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants