Path: utzoo!censor!geac!torsqnt!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!bu.edu!nntp-read!nagendra From: nagendra@bucsf.bu.edu (nagendra mishr) Newsgroups: comp.sys.apple2 Subject: Re: Protectin Portions of Memory in BASIC. . . Message-ID: Date: 10 Jan 91 16:18:04 GMT References: Sender: news@bu.edu.bu.edu Organization: Boston Univ. Computer Science Lines: 16 In-reply-to: WKF2298@RITVAX.ISC.RIT.EDU's message of 9 Jan 91 17:00:00 GMT try this lomem 16384 himem 8192 that should block off hires page one for variable storage. but it might not let your program grow, so maybe you should move your script higher in memory, himem $6000 and don't do anything to lomem and use $6000-$8000 for your script storage. It's been a long time since I used these routines, 4-5 years, so I'm not sure as to how accurate they are. Try the book "Dostalk scrapbook", really old, but it contains these tidbits. nagendra@bucsf.bu.edu