WIP. Doesn't work.
[riscv-isa-sim.git] / riscv / insns / jal.h
1 reg_t tmp = npc;
2 set_pc(JUMP_TARGET);
3 WRITE_RD(tmp);