]> Joshua Wise's Git repositories - fpgaboy.git/blame_incremental - insn_jp_hl.v
Gate off vraminuse, oaminuse, etc with wehther the LCD is powered on. Make sure to...
[fpgaboy.git] / insn_jp_hl.v
... / ...
CommitLineData
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.022494 seconds and 4 git commands to generate.