diff --git a/help/dbg-breakpoints.html b/help/dbg-breakpoints.html index f9eded3b..b05f61df 100644 --- a/help/dbg-breakpoints.html +++ b/help/dbg-breakpoints.html @@ -148,7 +148,7 @@ Note: The asterisk -

BRK [1|2|3] [on|off]

+

BRK [0|1|2|3|all] [on|off]

Break on BRK or Invalid 1-3 byte opcodes

@@ -404,7 +404,23 @@ Note: The asterisk

BRK ON

-

Break execution when the opcode to be executed is $00 or BRK.

+

Break execution when the opcode to be executed is $00 (ie. BRK).

+ + + + +

BRK ALL ON

+ + +

Break execution when the opcode to be executed is $00 (ie. BRK) or any Invalid opcode.

+ + + + +

BRK 0 OFF

+ + +

Disable breaking execution when the opcode to be executed is $00 (ie. BRK).

@@ -412,7 +428,7 @@ Note: The asterisk

BRKOP 6C

-

Break execution when the opcode to be executed is $6C or JMP (ABS).

+

Break execution when the opcode to be executed is $6C (ie. JMP (ABS)).