Path: utzoo!attcan!uunet!cs.utexas.edu!samsung!brutus.cs.uiuc.edu!apple!amdahl!dwl10 From: dwl10@uts.amdahl.com (Dave Lowrey) Newsgroups: comp.sys.amiga.tech Subject: Re: Resource (the program) question Summary: RTFM Message-ID: <88yO02zd94Mp01@amdahl.uts.amdahl.com> Date: 21 Mar 90 20:22:37 GMT References: <00213.AA00213@starsoft.UUCP> Organization: Amdahl Corporation, Houston TX Lines: 47 In article <00213.AA00213@starsoft.UUCP>, david@starsoft.UUCP (Dave Lowrey) writes: > I have been playing around with the demo of Resource (from Fish disk #232). > > For those of you who don't know what Resource is, it is a very > "Inteligent" disassembler. > > There are many features. Unfortunately, one of the features is very > poor documentation. > > I cant figure out how to do the following: > > I have a line of code that looks something like this: > > MOVE.L A6,$0320(A4) > > A4 has been loaded previously. > > What I want to do is replace the "$0320" with a symbol, which I have > been able to do. However, I want to replace ALL occurances of > "$0320(A$)" with "Symbol(A4)" in the code. > > I have not been able to figure out how to do this. > > Any ideas? > Well, yet another case of RTFM! After a more carefull reading of the manual (of sorts) I discovered that there is a command to do exactly what I wanted to do: SPECIAL FUNCTIONS/Convert xx(A4) EA's/: You tell ReSource where A4 is pointing, and it will create either absolute (MOVE.L A6,lbL00876) or relative (MOVE.L A6,lbL00876-DT(A4) ) symbols. You can then change the label to a more meaningful name. ReSource is a real slick product, but learning it is a real pain! I am using the Demo version now. Does anyone know if it is sold via mailorder houses, or do I have to buy it direct from the distributor (and pay list price)? -- "This ain't Rock 'N Roll, | These be my words, not my employer's! this is Genocide!" |Dave Lowrey - Amdahl Corp. - Houston, TX David Bowie - |In Texas: {moray,uhnix1}!starsoft!david "Daimond Dogs" |The World: dwl10@uts.amdahl.com (amdahl!dwl10)