[stella] Line Labels/Memory Location...

Subject: [stella] Line Labels/Memory Location...
From: "Joel Park" <joelp@xxxxxxxxxxxxxxxxxx>
Date: Mon, 5 Nov 2001 08:21:02 -0500
I don't know if Line Label is a correct term or not,  I mean things like:

LF20C:     LDA &10
^

I was wondering if there is an application to add these Line Label things to
help find memory locations and stuff.

So, code that looks like this:
    LDX #30
    .byte   $F7,$10, $F3
    .byte   $01
    .byte   $19

Would become this:
LF200:    LDX #30
LF202:    .byte   $F7,$10, $F3
LF205:    .byte   $01
LF206:    .byte   $19

This seems like it might be a fairly easy application to write and it would
help find where graphics start and end in an application.    Does anything
like this allready exist??

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


Current Thread