-
I am trying to write a rule set to encode 32-bit RISC-V instructions, and I cannot make the following to work:
This error is produced:
I tried combinations of few different things, which did not work:
What I am doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Oh! It's your C-style |
Beta Was this translation helpful? Give feedback.
-
I have a related issue. If I extend the example above with a
This is the error:
Again, I tried moving things around without much luck. I wonder if I am hitting some bug now (but probably I am doing something wrong again) 🤔 |
Beta Was this translation helpful? Give feedback.
Oh! It's your C-style
//
comment -- you should instead use assembly-style;
ones.