On Tue, 13 Jan 2015, Markos Chandras wrote: > > I think using the ADDU macro is preferred here as it allows arbitrary > > 32-bit values for `off', just like with memory references in MIPS assembly > > instructions. > > What ADDU macro? This: {"addu", "t,r,I", 0, (int) M_ADDU_I, INSN_MACRO, 0, I1, 0, 0 }, (from opcodes/mips-opc.c). Maciej