]> Joshua Wise's Git repositories - fpgaboy.git/blobdiff - core/insn_nop.v
Move the core to core/
[fpgaboy.git] / core / insn_nop.v
diff --git a/core/insn_nop.v b/core/insn_nop.v
new file mode 100644 (file)
index 0000000..9270c88
--- /dev/null
@@ -0,0 +1,10 @@
+`ifdef EXECUTE
+       `INSN_NOP: begin
+               `EXEC_NEWCYCLE
+               `EXEC_INC_PC
+       end
+`endif
+
+`ifdef WRITEBACK
+       `INSN_NOP: begin end
+`endif
This page took 0.022557 seconds and 4 git commands to generate.