Recent content by D C

  1. D

    MIPS Assembly and working with bytes

    It might be the case that your MIPS assembler doesn't support binary literal constants. In that case, you probably need to convert your number to hexadecimal or decimal first (0xAB or 171). What assembler are you using?
Back
Top