Re: LZ: Question


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

Re: LZ: Question



barrym wrote:
> 
> On Wed, 13 Sep 1995, becker wrote:
> 
> > > If that word is malloc and not mallock then it might be
> > > that TASM is running out of memory.  Just a guess but
> > > malloc is a C function to allocate memory and it's
> > > standard practice to watch for errors when using it in
> > > a program and terminate the program with an error.  Is
> > > TASM terminating at that point?
> > >
> > > Barry
> > It DOES terminate at that point.
> >
> > OK, the line says:
> >
> > Intro1:
> >     .db "[>-----------<]", 0     <----this is the problem...
> >
> >
> > This may not be it exactly, but close enough.
> > I even tried moving string info around, and mixing it up, but then, I
> > just get a hell of a lot more error messages.
> > HOW DO I FIX??
> > By the way, if you are kind enough to help me out, I want to tell you
> > that I am not on the list, so you will have to send me mail personally.
> 
> I think the problem is that you need more memory.  How much ram
> is available when you run it?  Try mem or chkdsk to find out.
> If you're using QEMM or some such, you might need to re-optimize.
> 
> Are you running in Dos or Windows or Win95?
> 
> Barry
I've been running it out of dosprompt in win95, but I also tried exitig
to dos to try it, that doesn't work either.


References: