dcpu16

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 1f94d81ac4f15028210db0cf396cdc7ebe3c186e
parent 4a5fdca121b7804509d05d5e787ff3d0ad8db4fa
Author: Brian Swetland <swetland@frotz.net>
Date:   Wed,  4 Apr 2012 18:04:47 -0700

notch says initial state for all registers is zero

Diffstat:
Mdcpu.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/dcpu.c b/dcpu.c @@ -167,8 +167,6 @@ int main(int argc, char **argv) { struct dcpu d; memset(&d, 0, sizeof(d)); - d.sp = 0xffff; - load(&d, stdin); dumpheader();