You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to assemble the instruction addi t0, t0, 0xEEE results in an operand is out of range error, even though the number 0xEEE has 12 bits, therefore complying with the RISC-V specs for I type instructions.
The text was updated successfully, but these errors were encountered:
Trying to assemble the instruction
addi t0, t0, 0xEEE
results in anoperand is out of range
error, even though the number 0xEEE has 12 bits, therefore complying with the RISC-V specs for I type instructions.The text was updated successfully, but these errors were encountered: