]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - core/insn_halt.v
Move the core to core/
[fpgaboy.git] / core / insn_halt.v
diff --git a/core/insn_halt.v b/core/insn_halt.v
new file mode 100644 (file)
index 0000000..4d2573f
--- /dev/null
@@ -0,0 +1,13 @@
+`ifdef EXECUTE
+       `INSN_HALT: begin
+               `EXEC_NEWCYCLE
+               /* XXX Interrupts needed for HALT. */
+       end
+`endif
+
+`ifdef WRITEBACK
+       `INSN_HALT: begin
+               /* Nothing needs happen here. */
+               /* XXX Interrupts needed for HALT. */
+       end
+`endif
This page took 0.029337 seconds and 4 git commands to generate.