]> Joshua Wise's Git repositories - fpgaboy.git/blob - insn_di-ei.v
3b06578dd2459519b448a1b94288b9424537cc6a
[fpgaboy.git] / insn_di-ei.v
1 `ifdef EXECUTE
2         `INSN_DI,`INSN_EI: begin
3                 `EXEC_NEWCYCLE;
4                 `EXEC_INC_PC;
5         end
6 `endif
7
8 `ifdef WRITEBACK
9         `INSN_DI: ie <= 0;
10         `INSN_EI: iedelay <= 1;
11 `endif
This page took 0.015237 seconds and 2 git commands to generate.