]> Joshua Wise's Git repositories - fpgaboy.git/blob - core/insn_jp_hl.v
Add set/res, which fixes some crashes in the test suite
[fpgaboy.git] / core / insn_jp_hl.v
1 `define INSN_JP_HL              9'b011101001
2
3 `ifdef EXECUTE
4         `INSN_JP_HL:    `EXEC_NEWCYCLE
5 `endif
6
7 `ifdef WRITEBACK
8         `INSN_JP_HL:    `_PC <= `_HL;
9 `endif
This page took 0.025953 seconds and 4 git commands to generate.