X-Git-Url: http://git.joshuawise.com/fpgaboy.git/blobdiff_plain/77ab69d7bb0902e6ebf0994159ed2205f8413e34..b057a5d6e6db6db06ae33703ca72cd235eec91d6:/core/insn_jp_hl.v diff --git a/core/insn_jp_hl.v b/core/insn_jp_hl.v new file mode 100644 index 0000000..4aa9a41 --- /dev/null +++ b/core/insn_jp_hl.v @@ -0,0 +1,7 @@ +`ifdef EXECUTE + `INSN_JP_HL: `EXEC_NEWCYCLE +`endif + +`ifdef WRITEBACK + `INSN_JP_HL: `_PC <= `_HL; +`endif