diff --git a/src/visual_mode/visual_assembler.md b/src/visual_mode/visual_assembler.md index 173bb6cd..116c128e 100644 --- a/src/visual_mode/visual_assembler.md +++ b/src/visual_mode/visual_assembler.md @@ -1,7 +1,7 @@ # Visual Assembler You can use Visual Mode to assemble code (patch) using `A`. -For example, let's `xor` the EAX register instead of EBP register, here. +For example, let's change the condition and target for the first conditional jump instruction in the example below. To assemble, seek to the location you want to patch and press `A`. ![Before](assembler_before.png)