]>
Joshua Wise's Git repositories - fpgaboy.git/blame_incremental - core/insn_jp_hl.v
... / ...
Commit | Line | Data |
| 1 | `ifdef EXECUTE |
| 2 | `INSN_JP_HL: `EXEC_NEWCYCLE |
| 3 | `endif |
| 4 | |
| 5 | `ifdef WRITEBACK |
| 6 | `INSN_JP_HL: `_PC <= `_HL; |
| 7 | `endif |
This page took 0.024331 seconds and 4 git commands to generate.