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

BRKINT [0|1]

+

BRKINT [on|off]

Break on Interrupt

@@ -380,7 +380,7 @@ Note: The asterisk

BPR A 0

-

Adds Breakpoint when Accumulator is zero.

+

Add Breakpoint when Accumulator is zero.

@@ -388,7 +388,7 @@ Note: The asterisk

BPR A ! 0

-

Adds Breakpoint when Accumulator is not zero.

+

Add Breakpoint when Accumulator is not zero.

@@ -396,7 +396,7 @@ Note: The asterisk

BPR S < 1FF

-

Adds Breakpoint when Stack has had something pushed onto it.

+

Add Breakpoint when Stack has had something pushed onto it.

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

BRK ON

-

Adds Breakpoint to break when the opcode to be executed is $00 or BRK.

+

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

@@ -412,15 +412,15 @@ Note: The asterisk

BRKOP 6C

-

Adds Breakpoint to break when the opcode to be executed is $6C or JMP (ABS).

+

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

-

BRKINT 1

+

BRKINT ON

-

Adds Breakpoint to break just after an interrupt occurs.

+

Break execution just after an interrupt occurs.