Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/visual_mode/visual_assembler.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down