From 63ae548ee0280d01ae8a7336460d24188a49afed Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 11 Feb 2018 16:53:19 +0100 Subject: fix mem comment --- core.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.go b/core.go index ea906ed..41b4fea 100644 --- a/core.go +++ b/core.go @@ -21,7 +21,7 @@ type Console interface { // // memory: 0x2000 words (16k) addressed by byte type Core struct { - memory [0x2000]uint16 // 0..0x3fff main memory, 0x4000 .. 0xffff mem-mapped i/o + memory [0x2000]uint16 // 0..0x3fff RAM, 0x4000..0x7fff mem-mapped I/O pc uint16 // 13 bit st0 uint16 // top of data stack d, r stack // data and return stacks -- cgit v1.2.3