Re: A86: Anyone else had problems with _puts?


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

Re: A86: Anyone else had problems with _puts?



On Tue, 2 Sep 1997 Steve86Asm@aol.com wrote:

> I considered the fact that my pointer ran over $FFFF, but my program is less
> than 8k (lots of data) and $FFFF-$D748 is about 10k...

You forget that the LCD memory is 1K at $FC00, and in below that is the
system stack.  If your program is almost 8K, that means it end somewhere
around $F700.  Most likely your program trashes the stack.

> Well, if anyone else has had this happen or might know what's wrong, please
> tell me.

--------
Dan Eble (mailto:eble@cis.ohio-state.edu)
         (http://www.cis.ohio-state.edu/~eble)


References: