aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Games/Emulation/DCPU16.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Games/Emulation/DCPU16.pm')
-rw-r--r--lib/Games/Emulation/DCPU16.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Games/Emulation/DCPU16.pm b/lib/Games/Emulation/DCPU16.pm
index 41dbbf8..bec7b44 100644
--- a/lib/Games/Emulation/DCPU16.pm
+++ b/lib/Games/Emulation/DCPU16.pm
@@ -507,17 +507,9 @@ sub _op_HLT {
=for notes
-behavior of MOD?
-
-behavior of underflow?
-
-how do you do only a PUSH? POP and PEEK make sense as values, PUSH doesn't
-
is PC incremented for success of the test ops during execution of the test op,
or before execution of the next op? really, when is PC incremented in general?
-does memory start out as 0, or undefined?
-
what happens when an invalid op is read?
=cut