thanks.
i can test it later...
just one thing, because i want to be sure, if there is a text after ; as first line char, this text is converted to lowercase?
because i need to avoid this.
just convert if ; isn't first line char.
thanks again :)
I've tested all your 2 solutions, and seem both works for my purpose.
test code used:
L_BRS_($4593)_($455E)
nop
nop
nop
nop
bne L_BRS_($4593)_($455E)
nop
nop
nop
beq L_BRS_($4593)_($455E)
nop
nop
nop
bcc L_BRS_($4593)_($455E)
bcc L_BRS_($4594)_($455F)
nop
nop
bcs L_BRS_($4594)_($455F)
nop...
Ok.
Sorry for the missed tags...
However, i understand the concept of your modify, and it fit perfectly with the few lines i posted here.
But i need to use it on a more complicated scenario.
Precisely, somethings like:
;----------------------------------
L_BRS_($0FF7)_($0FE8) OK...
Suppose i have this code
---
bcc L_BRS_($4593)_($455E)
nop
nop
nop
L_BRS_($4593)_($455E)
bcc L_BRS_($4594)_($455F)
nop
nop
nop
L_BRS_($4594)_($455F)
---
I want to replace "L_BRS_($4593)_($455E)" with "lbrs001" (bot in single line and where line start with "bcc") and same with other...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.