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

ADDI translates label #12

Open
f380cedric opened this issue Feb 15, 2021 · 1 comment
Open

ADDI translates label #12

f380cedric opened this issue Feb 15, 2021 · 1 comment

Comments

@f380cedric
Copy link

Use of labels in ADDI instruction are translated to the corresponding address. Eg:

nop
here: nop
addi 1, 0, here

is interpreted as:

nop
here: nop
addi 1, 0, 1
@f380cedric
Copy link
Author

The spec seems to allow it.
However, it does not seem to be supported by the Online Verification Tool...

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