Re: A86: NOT Question on tile maps :-)
[Prev][Next][Index][Thread]
Re: A86: NOT Question on tile maps :-)
> no, there IS 16k at ram page 1. however, the amount of usable ram is
> slightly
> less. it's just that, if you want to be technical about it, it DOES have
> 16k
> or ram.
Thank you for correcting me on that slight technical misphrasing.
Yes, there IS 16k, but the floating-point stack takes the last
hundred bytes or so. If you needed all 16k, you could move
the stack and move it back later provided you make no floating-
point ROM calls. Probably not worth it.