A83: Re: Re: Frawguts bug


[Prev][Next][Index][Thread]

A83: Re: Re: Frawguts bug




Ahmed: are you sure you set all your vars to zero?  That is the cause of a
lot of bugs like that (it's the problem with DStar v2.5).  A test for that
is to run a large game such as Breakout right before it then see if it
crashes (if it does, continue, otherwise keep experimenting hehe).  Then
insert the following at the beginning of the program:
ld hl,$8265
ld (hl),0
ld de,$8265+1
ld bc,74
ldir
If that fixes it, you found the bug!
btw, I can tell you're just dying to use SOS libs...


-----Original Message-----
From: Ahmed El-Helw <ahmedre@bellsouth.net>
To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
Date: Wednesday, May 27, 1998 6:47 PM
Subject: A83: Re: Frawguts bug


>
>It did that w/someone else's 83 as well.. maybe reset your mem first... it
>works w/me with the latest version of SOS....
>                                                                    -Ahmed
>
>-----Original Message-----
>From: Stefan Lennartsson <stefan@infinity.hemmet.s-hem.chalmers.se>
>To: assembly-83@lists.ticalc.org <assembly-83@lists.ticalc.org>
>Date: Wednesday, May 27, 1998 9:21 AM
>Subject: A83: Frawguts bug
>
>
>>
>>Ahmed, I wonder if frawguts worked for you at all.
>>Because I ran it under SOS and then the calc crashed when I pressed the
>>up key as the first thing I ever did.
>>It just shut off itself.
>>
>>/Stefan
>>
>>
>