]> Joshua Wise's Git repositories - fpgaboy.git/blame_incremental - insn_jp_hl.v
Fix the UART, and set it to 19k2 for more stable operation. Make the downloader a...
[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.023379 seconds and 4 git commands to generate.