Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!eru!luth!sunic!tut!tukki!trossi From: trossi@tukki.jyu.fi (Timo Rossi) Newsgroups: comp.sys.amiga Subject: Re: No CRs in BASIC?? Message-ID: <2630@tukki.jyu.fi> Date: 5 Jan 90 11:25:08 GMT References: <50450@bbn.COM> Reply-To: trossi@tukki.jyu.fi (Timo Rossi) Organization: University of Jyvaskyla, Finland Lines: 18 In article <50450@bbn.COM> cosell@BBN.COM (Bernie Cosell) writes: >Basic seems to have developed an odd anomaly --- it won't print CRs any more. >Whenever it was supposed to do a CR, I just get a little char-sized rectangle >and it then just keeps printing. This has survived a warm reboot! Has anyone >seen this kind of thing before. Any clue what it is and how to make it get >better? It is NOT affecting shells, nor is it affecting any of my COMM >programs [both vt100 and OnLine! work fine]. I have had the same problem a long time ago. It seems that if the memory location zero contains a nonzero value, Basic doesn't print linefeeds. And that survives reboots, because exec does not clear location zero with normal warm boots (but exec does reset location zero if an alert occurs). Some programs may have bugs that cause them to write to low memory (especially location zero). The program 'MemWatch' by John Toebes can be used to find what software doest that. -- Timo Rossi -- trossi@jyu.fi