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

Check for correct handling of negative offsets #35

Closed
holzkohlengrill opened this issue Sep 24, 2019 · 0 comments
Closed

Check for correct handling of negative offsets #35

holzkohlengrill opened this issue Sep 24, 2019 · 0 comments
Assignees
Labels
bug Something isn't working emma Related to Emma component good first issue Good for newcomers question Further information is requested
Milestone

Comments

@holzkohlengrill
Copy link
Collaborator

holzkohlengrill commented Sep 24, 2019

Description

When entering a negative offset in the configuration (addressSpaces.json) check if this is handled correctly.

{
    "offset": "<NEGATIVE_ADDRESS>",
    "memory": {
...

Expected behaviour

  • Negative resulting addresses should be skipped and a warning should be shown
  • The offset should be handled signed (-> a negative offset is added; a positive offset subtracted)
@holzkohlengrill holzkohlengrill added bug Something isn't working good first issue Good for newcomers question Further information is requested emma Related to Emma component labels Sep 24, 2019
@holzkohlengrill holzkohlengrill added this to the 3.2 milestone Sep 24, 2019
holzkohlengrill added a commit that referenced this issue Sep 27, 2019
heliocastro pushed a commit that referenced this issue Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working emma Related to Emma component good first issue Good for newcomers question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants