Re: [stella] Annual suggestions for improving Z26 :-)

Subject: Re: [stella] Annual suggestions for improving Z26 :-)
From: Manuel Polik <cybergoth@xxxxxxxx>
Date: Thu, 12 Dec 2002 22:40:11 +0100
Hi there!

>1. Scoping the log.
>
>At times I probably only want to now how certain areas 
>of the code *behave*

Maybe just for sharing a little workaround for this, 
this is how I do it now:

Simple. I just frame the code sections I want to examine 
with useless dummy instructions like these:

LDA $4711

... code

LDA $4711

So with Textpad I can easiliy hop from one hotspot to 
the next. Only real problem is analysing certain 
behaviours over more than a certain # of frames, as the 
log gets bloated really fast...

Greetings,
	Manuel

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


Current Thread