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

loading the same file in succession does not work #8

Open
EricPraetzel opened this issue Dec 24, 2020 · 1 comment
Open

loading the same file in succession does not work #8

EricPraetzel opened this issue Dec 24, 2020 · 1 comment
Labels
fix published A fix has been pushed but requires tests/user confirmation

Comments

@EricPraetzel
Copy link

EricPraetzel commented Dec 24, 2020

Two issues:

  1. Attempting to load a file while the simulator is running is exceptionally slow. Clicking on Load should halt simulation.

  2. If you have loaded a file from your computer and run it;
    then edited the file and recompiled it;
    and you try to load the file in emulsiV, it does NOT load the file.

The program counter stays where it last was and no load happens.
The only way to load the changed hex file is to load something else and then load your hex file again.

@Guillaume-Savaton-ESEO
Copy link
Collaborator

Attempting to load a file while the simulator is running is exceptionally slow. Clicking on Load should halt simulation.

Actually, the load button is supposed to be disabled while the program runs.
In my tests, the simulator prevents loading a new file but the button itself is not grayed out.
This should be fixed now.

If you have loaded a file from your computer and run it

I think I know why it behaves like, but unfortunately, I could not reproduce the issue: in all my attempts, I could reload the same file multiple times in Firefox and Chromium.
I have just uploaded a fixed version. Please tell me if it works better for you

@Guillaume-Savaton-ESEO Guillaume-Savaton-ESEO added the fix published A fix has been pushed but requires tests/user confirmation label Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix published A fix has been pushed but requires tests/user confirmation
Projects
None yet
Development

No branches or pull requests

2 participants