git.joshuawise.com
/
fpgaboy.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4ee380aec15fbd5a2cd2cf826b68f29c1d963aae
[fpgaboy.git]
/
insn_jp_hl.v
1
`ifdef EXECUTE
2
`INSN_JP_HL: begin
3
`EXEC_NEWCYCLE;
4
end
5
`endif
6
7
`ifdef WRITEBACK
8
`INSN_JP_HL: begin
9
{registers[`REG_PCH],registers[`REG_PCL]} <=
10
{registers[`REG_H],registers[`REG_L]};
11
end
12
`endif
This page took
0.017153 seconds
and
2
git commands to generate.