]>
Joshua Wise's Git repositories - fpgaboy.git/blame_incremental - core/insn_jp_hl.v
... / ...
Commit | Line | Data |
| 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.025892 seconds and 4 git commands to generate.