From 88050ba38f76cc48dedef7c01902221df7991529 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 5 Apr 2012 12:01:04 -0500 Subject: remove unnecessary questions --- lib/Games/Emulation/DCPU16.pm | 8 -------- 1 file changed, 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 -- cgit v1.2.3-54-g00ecf