]> Joshua Wise's Git repositories - fpgaboy.git/blob - core/insn_jp_hl.v
fixed daa for no half carry, top carry, decimal carry on MSD, no decimal carry on LSD
[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.02706 seconds and 4 git commands to generate.