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
I'm guessing the assembler doesn't seem to support hexadecimal. Because when I try: addi x1, x1, 0x0
It says ValueError: invalid literal for int() with base 10: '0x0'.
Please add support for hexadecimal values.
The text was updated successfully, but these errors were encountered:
I'm guessing the assembler doesn't seem to support hexadecimal. Because when I try:
addi x1, x1, 0x0
It says
ValueError: invalid literal for int() with base 10: '0x0'
.Please add support for hexadecimal values.
The text was updated successfully, but these errors were encountered: