]> Joshua Wise's Git repositories - fpgaboy.git/blob - insn_jp_hl.v
Add an interrupt ack, so that interrupts are cleared automatically. This fixes APOCAL...
[fpgaboy.git] / insn_jp_hl.v
1 `ifdef EXECUTE
2         `INSN_JP_HL:    `EXEC_NEWCYCLE
3 `endif
4
5 `ifdef WRITEBACK
6         `INSN_JP_HL:    `_PC <= `_HL;
7 `endif
This page took 0.026696 seconds and 4 git commands to generate.