armips icon indicating copy to clipboard operation
armips copied to clipboard

Replaceall

Open Zeturic opened this issue 6 years ago • 1 comments

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.

Zeturic avatar Mar 23 '18 07:03 Zeturic

Just stopped by to state how incredibly useful this would be.

SBird1337 avatar Jul 21 '18 16:07 SBird1337