A86: Re: how much free mem from $F100?


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

A86: Re: how much free mem from $F100?




It's not all free.  The stack starts at $fc00 and grows downward.  So if you
have a 256 byte stack, then it's free until $fb00.  I used a 256 byte stack
in Zelda, and it worked fine, though if you have weird bugs you might want
to assume 512 bytes (though I moved the stack somewhere else at the start of
the program).

>
> Sorry but i actually have an ontopic question :(
>
> How much free mem is there from $F100 (on the inital ram page in an
> asm prog ($d i believe)) in bytes?
> Is it all free up untill $FC00?





References: