armips
armips copied to clipboard
Replaceall
For example, replace any occurrences (with proper alignment) of 0x01234567 in the currently open file with 0x89ABCDEF.
I'm repointing something in a gba rom with armips; the problem is that there are ~200 pointers to the thing I'm repointing. Currently, I just found all of the addresses with a hex editor, and have a huge sequence of .org
/.word
pairs to update them all, but that's unwieldy. A directive that would automatically scan the open file and do it for me would be very useful.
Just stopped by to state how incredibly useful this would be.