]> Joshua Wise's Git repositories - fpgaboy.git/blame - insn_halt.v
Start refactoring instructions.
[fpgaboy.git] / insn_halt.v
CommitLineData
81358c71
JW
1`ifdef EXECUTE
2 `INSN_HALT: begin
3 `EXEC_NEWCYCLE;
4 /* XXX Interrupts needed for HALT. */
5 end
6`endif
7
8`ifdef WRITEBACK
9 `INSN_HALT: begin
10 /* Nothing needs happen here. */
11 /* XXX Interrupts needed for HALT. */
12 end
13`endif
This page took 0.023552 seconds and 4 git commands to generate.