]> Joshua Wise's Git repositories - fpgaboy.git/blame - core/insn_jp_hl.v
Fix makefile, too
[fpgaboy.git] / core / insn_jp_hl.v
CommitLineData
e7fe9dc2
JW
1`define INSN_JP_HL 9'b011101001
2
df770340 3`ifdef EXECUTE
5c33c5c0 4 `INSN_JP_HL: `EXEC_NEWCYCLE
df770340
JW
5`endif
6
7`ifdef WRITEBACK
5c33c5c0 8 `INSN_JP_HL: `_PC <= `_HL;
df770340 9`endif
This page took 0.031403 seconds and 4 git commands to generate.