From 859dd8b58c507599824b11f9e29b1fbe11909b7d Mon Sep 17 00:00:00 2001 From: Jeremy Chadwick Date: Sat, 22 Jun 2019 12:31:54 -0700 Subject: [PATCH] Docs: Document what letters mean when using "Show instruction progression" (#628) --- Docs/content/debugging/Debugger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/content/debugging/Debugger.md b/Docs/content/debugging/Debugger.md index ee75a5ea..4e016386 100644 --- a/Docs/content/debugging/Debugger.md +++ b/Docs/content/debugging/Debugger.md @@ -414,7 +414,7 @@ These options configure which portions of the code is copied into the clipboard
* **Show break notifications**: When enabled, a "notification" will be shown over the disassembly window indicating what caused the debugger to break the execution (e.g: a CPU/PPU read/write, a decayed OAM read, etc.) -* **Show instruction progression**: When enabled, the code window will display an indicator showing how far along into the current instruction the execution is. This also shows an estimate of how many cycles the instruction will take to complete (this estimate may increase for various reasons such as a page being crossed, etc.) +* **Show instruction progression**: When enabled, the code window will display an indicator showing how far along into the current instruction the execution is. This also shows an estimate of how many cycles the instruction will take to complete (this estimate may increase for various reasons such as a page being crossed, etc.). `R` is Read, `W` is Write, `X` is execution or PPU rendering read, `DR` is a dummy read, and `DMC` is an APU DMC read * **Show selection length**: When enabled, the code window will display the current selection's length in bytes (when more than 1 line is selected)