Re: LZ: Question
[Prev][Next][Index][Thread]
Re: LZ: Question
Well, how did you fix it? The suspense is killing me!
Barry
On Wed, 13 Sep 1995, becker wrote:
> Mattias Lindqvist wrote:
> >
> > On 13 Sep 95 at 15:19, becker wrote:
> >
> > > barrym 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 may be completely wrong, but try changing the r parameter that you
> > are using with tasm. E.g. if you are using
> > tasm -b -80 -g3 -q -r8 %1.asm
> > as in ASM.BAT, then try changing it to
> > tasm -b -80 -g3 -q -r4 %1.asm.
> > or try other numbers after r.
> >
> > If the problem is what Barry thinks, this could help. Please let me
> > know if it works!
> >
> > --
> > Mattias Lindqvist
> > d96mli@efd.lth.se
> > www.efd.lth.se/~d96mli
> WOW, My problem is fixed, thanks guys, I guess I know who to turn to if
> I have any more problems with TASM.
>
> -Chris
>
References: