]> Joshua Wise's Git repositories - fpgaboy.git/blob - core/insn_jp_hl.v
Add a first cut at strataflash support
[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.017308 seconds and 4 git commands to generate.