From f96f36a3e0724d13195afa22ed97bd554ffe3404 Mon Sep 17 00:00:00 2001 From: "brad@heeltoe.com" Date: Thu, 1 May 2008 16:01:35 +0000 Subject: [PATCH] removed (incorrect) comments in e00-01; these lines are needed fixed ocr bug in idle: --- notes.txt | 4 ++++ pages/e00-01 | 6 +++--- pages/e03-03 | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/notes.txt b/notes.txt index 130aa51..85593b4 100644 --- a/notes.txt +++ b/notes.txt @@ -68,6 +68,10 @@ e00-01 - the bottom section looks like it could be tabbed but my tabstops didnt line up with the values given so I used spaces + - (Brad Parker) removed commented out 3 lines at "4;4". The comment + appears to be written in and is wrong (I think it might just be a + stroke of the pen rather than a correction) + e00-02 - I used tabs for the start of each asm command but not for the separation between mnemonic and arguments since these didnt line up. diff --git a/pages/e00-01 b/pages/e00-01 index 819c97b..9492229 100644 --- a/pages/e00-01 +++ b/pages/e00-01 @@ -45,9 +45,9 @@ nbuf = 2 core = orig+40000 / specifies beginning of user's core ecore = core+20000 / specifies end of user's core (4096 words) -/ 4;4 init by copy -/ unkni;0 " error -/ fpsym;0 " illg in tr + 4;4 init by copy + unkni;0 " error + fpsym;0 " illg in tr unkni;0 / trace and trap (see Sec. B.1 page ) unkni;0 / trap panic;0 / pwr diff --git a/pages/e03-03 b/pages/e03-03 index 3c9576e..e37b78b 100644 --- a/pages/e03-03 +++ b/pages/e03-03 @@ -45,8 +45,8 @@ copyz: idle: mov *$ps,-(sp) / save ps on stack clr *$ps / clear ps - mov clockp,(sp) / save clockp on stack - mov (r0)+,clockp / arg to idle 1n clockp + mov clockp,-(sp) / save clockp on stack + mov (r0)+,clockp / arg to idle in clockp 1 / wait for interrupt mov (sp)+,clockp / restore clockp, ps mov (sp)+,*$ps