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

[MC][AsmParser] Parse event instructions #422

Closed
4 tasks done
asl opened this issue Mar 5, 2024 · 3 comments
Closed
4 tasks done

[MC][AsmParser] Parse event instructions #422

asl opened this issue Mar 5, 2024 · 3 comments

Comments

@asl
Copy link
Collaborator

asl commented Mar 5, 2024

  • log.event in1, in2 aliased as event in1, in2
  • log.event.first in1, in2 aliased as event.i in1, in2
  • log.to_l1 in1, in2 aliased as event in1, in2
  • log.to_l1 event.first in1, in2 aliased as event.i in1, in2

Spec:

@asl asl added this to the Assembler Parser milestone Mar 5, 2024
@atrosinenko
Copy link
Collaborator

I rechecked the spec, and aliased instructions seem to be indeed the same...

@atrosinenko
Copy link
Collaborator

Should work, but not all mnemonics are named as per the specification (see tests).

@atrosinenko
Copy link
Collaborator

Works, but see #441.

Tests (links to the HEAD of era-vm/asm-parser branch):

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

No branches or pull requests

2 participants