On 07/30/2018 12:12 PM, Aleksandar Markovic wrote: > case NM_P48I: > - return 6; > + { > + insn = cpu_lduw_code(env, ctx->base.pc_next + 4); > + uint32_t offset = extract32(ctx->opcode, 0, 16) | insn << 16;
This value is supposed to be signed. r~
On 07/30/2018 12:12 PM, Aleksandar Markovic wrote: > case NM_P48I: > - return 6; > + { > + insn = cpu_lduw_code(env, ctx->base.pc_next + 4); > + uint32_t offset = extract32(ctx->opcode, 0, 16) | insn << 16;
This value is supposed to be signed. r~