Tagged Questions
0
votes
2answers
669 views
Trying to no-op an instruction
Is it possible using GNU tools (gcc, binutils, etc) to modify all occurrences of an assembly instruction into a no-op? Specifically, gcc with the -pg option generates the following assembly (ARM):
...