RE: [stella] Reflex: Online level editor

Subject: RE: [stella] Reflex: Online level editor
From: "Lee Fastenau" <stella@xxxxxxxxxxxxxxx>
Date: Thu, 16 Sep 2004 02:18:36 -0500
> Hi there!
>
> > I had a small part of a single frame to debug and had to wade through
> > 6MB of trace data to find it.
>
> You can "tag" the log with pointless instructions like
>
> LDA $1111 ; Log Start
> LDA $2222 ; Log End
>
> Greetings,
> 	Manuel

Oh, sweet!  A nice little regex could extract the offending piece(s) of code
quickly and cleanly.

Thank you for the great tip!
-Lee



Current Thread