New
I'm trying to include some assembler code in a RISC-V project and am running into some weirdness. Hex literals are not working with an "add immediate" (addi), but base ten and binary literals do. Here are a few lines:
Not sure why that would be the case... any thoughts as to what I might be doing wrong?James
Not sure why that would be the case... any thoughts as to what I might be doing wrong?James