From 0c65c8f1d6c176db8cdb2f77514f48f2ced7d360 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 25 Oct 2019 18:01:22 -0400 Subject: [PATCH] t7.s: add guesses at missing variable declarations (missing last page?) --- src/cmd/t7.s | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/cmd/t7.s b/src/cmd/t7.s index 9487d36..08113af 100644 --- a/src/cmd/t7.s +++ b/src/cmd/t7.s @@ -124,3 +124,31 @@ rtop:rstack+rsiz owrite:0 obot:obuf osiz=64 + + " **************** missing last page? below this line added by phil + +omax:osiz + +jsiz=100 " PLB: total guess (char buffer?) +j:0 +jsav:0 +jmax:jsiz +jmin:0 +jbot:jbuf +ljsiz:jsiz " PLB: likely bogus! + +ksiz=100 " PLB: total guess (char buffer?) +kmax:ksiz +kbot:kbuf + +lochunk: 0 " PLB: WAG + +" tables/buffers: last so not allocated in executable +symtab: .=.+symsiz +equtab: .=.+equsiz +sbbuf: .=.+sbsiz +rstack: .=.+rsiz +obuf: .=.+osiz +jbuf: .=.+jsiz +kbuf: .=.+ksiz +start: .=.+100 " pointed to by ii: may be a stack?