]> Joshua Wise's Git repositories - fpgaboy.git/blame - insn_jp_hl.v
Dual bus processor
[fpgaboy.git] / insn_jp_hl.v
CommitLineData
df770340 1`ifdef EXECUTE
5c33c5c0 2 `INSN_JP_HL: `EXEC_NEWCYCLE
df770340
JW
3`endif
4
5`ifdef WRITEBACK
5c33c5c0 6 `INSN_JP_HL: `_PC <= `_HL;
df770340 7`endif
This page took 0.077563 seconds and 4 git commands to generate.