Replies: 1 comment 1 reply
-
Hi Pierre. I agree it would be useful to have better error messages. Did you write 12K lines of asm by hand? 😮 To know the line in the input where the error came from, we would need to keep a mapping from input files in the asm file to positions in executable memory ( One thing that may be a little bit helpful in the mean time is that if you run UVM with
You should at least be able to see which instruction is causing the error. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having the position in the asm file where an error occurs, would help when debugging large files.
e.g.
does not tell me where from the asm it failed and makes it hard to figure it out when the file has 12k+ lines :)
Beta Was this translation helpful? Give feedback.
All reactions