Re: A86: free mem
[Prev][Next][Index][Thread]
Re: A86: free mem
Maybe I've done something stupid, but neither of those returns the
correct value
Aaron Curtis
Joshua J Seagoe wrote:
>
> i think _memchk will subtract space used by temp vars, so if there's a
> lot of those it could give misleading results. if this is true, use
> _get_free_mem equ $464b or do this, which would be the same:
> ld hl,(_FREE_MEM+1)
> ld a,(_FREE_MEM)
>
> -josh
>
> On Thu, 07 Jan 1999 19:27:17 -0500 Aaron Curtis <acurti1@umbc.edu>
> writes:
> >
> >Does anyone know what could cause this: whenever I call _MEMCHK from
> >within a sqrtkey program or one of the user routines it always
> >returns
> >0.
> >
> >Aaron Curtis
> >
>
> ___________________________________________________________________
> You don't need to buy Internet access to use free Internet e-mail.
> Get completely free e-mail from Juno at http://www.juno.com/getjuno.html
> or call Juno at (800) 654-JUNO [654-5866]
References: