Re: Two new PRGs

From: Stephen Judd (judd_at_merle.acns.nwu.edu)
Date: 1998-02-08 14:20:17

> 
> Hallo Steve,
> 
> > Cool.  I have a 64 disassembler that I have used in the past -- it lets you
> > define a series of labels so that e.g. JSR $FFD2 can be redefined as
> > JSR CHROUT or whatnot.  One of my long-term goals is to completely
> 
> Last week I implemented that feature, Thanks for the tip. I had to 
> disassemble 

Cool.  For what it's worth, another nice feature that it has is that it
assigns labels to all addresses.  That is, something like

	STA BLAH,X
	INX
	BNE $A790

will get disassembled as

HA790	STA BLAH,X
	INX
	BNE HA790

and something like JSR $FFD2 will get disassembled as 

	JSR HFFD2
	... 
HFFD2 = $FFD2

assuming of course that $FFD2 has not been assigned a special label already.

-Steve

Archive generated by hypermail 2.1.1.