On Wed, 3 May 2006, Jorge Chamorro Bieling wrote:
Linards Ticmanis <ticmanis@gmx.de> wrote:The problem with this is, the next thing in memory when the stack hits its limit is the zero page -- not something you'd want to overwrite. Remember that the stack fills up top-to-bottom.Of course, page one remains as a "window" through which the 6502 sees 256 bytes of a much bigger 64k stack, or something like that... I'm not sure. It's something to think about.
65CE02 has 16-bit stack I think? -uso.