Re: A86: Anyone else had problems with _puts?


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

Re: A86: Anyone else had problems with _puts?



Actually, the program is only 5116 bytes, and it only freezes when I do that
one _puts.  The only difference with that one is that to get the string, I
point hl to a table of offsets, add the mass, move (hl) to de, point hl to
the list of element names (0 terminated), add de, and then call it.  Nothing
there should mess that up, would it?


In a message dated 97-09-02 09:16:20 EDT, eble@cis.ohio-state.edu (Dan Eble)
writes:

<< 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. >>


Follow-Ups: