Re: [stella] question about the stack's use of ram

Subject: Re: [stella] question about the stack's use of ram
From: Paul Slocum <paul-stella@xxxxxxxxxxxxxx>
Date: Sat, 03 Jan 2004 12:03:10 -0600

That mainly depends on your coding style. I *very* rarely use more than
two or three nested subroutine calls, so ~6-8 bytes should do it.

Yeah, a lot of times you can use JMP's instead of JSR's. In Marble Craze I only have 2 bytes for the stack.


Usually I start off programs using more JSR's since it's a little easier, then convert them to JMP's as the program gets better defined and memory gets tight.

-paul

----------------------------------------------------------------------------------------------
Archives (includes files) at http://www.biglist.com/lists/stella/archives/
Unsub & more at http://www.biglist.com/lists/stella/


Current Thread