MIPS Assembly Printing wrong value, but cant change 41 to 42
Hello there, I have an issue. I´m working on a project right now, which should be written in MIPS using the Mars4_5 Assembler. Here´s the following Code I suppose it has something to do with the choice to use 41 in li $v0 41 instead of 42 but 42 just prints the following error message […]