RE: [stella] Stack pointer. Some questions

Subject: RE: [stella] Stack pointer. Some questions
From: Paul Slocum <paul-stella@xxxxxxxxxxxxxx>
Date: Sun, 09 May 2004 21:42:24 -0500
I often use the stack pointer for storage in a tight kernel (using TSX/TXS). It's handy when you need to save the value of X temporarily, and can often shave off a few cycles. Just make sure that if you use the stack in your program, that you save the stack pointer value beforehand and restore it afterwards.

-paul

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


Current Thread