You can replace an instruction using NOP via hex editing (i.e. Replace byte sequence XXX using the NOP byte, 0x90; though, for optimization purposes, you should be using a multi-byte NOP, or even an unconditional jump to reduce the number of wasted clock cycles).

