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

Can't overwrite device variables in debug mode #70

Open
Ghardo opened this issue Jan 12, 2024 · 0 comments
Open

Can't overwrite device variables in debug mode #70

Ghardo opened this issue Jan 12, 2024 · 0 comments

Comments

@Ghardo
Copy link

Ghardo commented Jan 12, 2024

In debug mode device variables like Settings or Mode cant be set.

Write a test.ic10 and a test.toml

test.ic10

s db Setting 100
l r15 db Setting 
move r0 1

the last 2 lines are only there to keep the debug mode open

test.toml

[db]
Setting=10

Now start the debug mode and step to line 3.
The new value of 100 are not set in debug mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant