ripes #194
Answered
by
mortbopet
alirafee21
asked this question in
Q&A
ripes
#194
-
.data .globl main main: why do I get an unknown register $t0 error? |
Beta Was this translation helpful? Give feedback.
Answered by
mortbopet
Jan 25, 2022
Replies: 1 comment
-
As far as i am aware of, prefixing registers with $ is not part of the spec for the RISC-V assembly language (which is why ou're getting an error - this is not supported in Ripes). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alirafee21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As far as i am aware of, prefixing registers with $ is not part of the spec for the RISC-V assembly language (which is why ou're getting an error - this is not supported in Ripes).