git.joshuawise.com
/
fpgaboy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Rework it all to use the new macros.
[fpgaboy.git]
/
insn_vop_intr.v
diff --git
a/insn_vop_intr.v
b/insn_vop_intr.v
index
06218f4
..
5cb40e1
100644
(file)
--- a/
insn_vop_intr.v
+++ b/
insn_vop_intr.v
@@
-1,9
+1,9
@@
`ifdef EXECUTE
`INSN_VOP_INTR: begin
case (cycle)
- 0: `EXEC_WRITE(`_SP - 1, `_PCH)
;
- 1: `EXEC_WRITE(`_SP - 2, `_PCL)
;
- 2: `EXEC_NEWCYCLE
;
+ 0: `EXEC_WRITE(`_SP - 1, `_PCH)
+ 1: `EXEC_WRITE(`_SP - 2, `_PCL)
+ 2: `EXEC_NEWCYCLE
endcase
end
`endif
This page took
0.018948 seconds
and
4
git commands to generate.