diff --git a/help/dbg-breakpoints.html b/help/dbg-breakpoints.html index 33f2fb52..d8287f4c 100644 --- a/help/dbg-breakpoints.html +++ b/help/dbg-breakpoints.html @@ -82,6 +82,26 @@ address[,len]
Breakpoint trigger when memory is accessed by 6502. +BPMR +address[,len]
+Add +Breakpoint trigger when memory is read by 6502.
+BPMW +address[,len]
+Add +Breakpoint trigger when memory is written by 6502.
+BPR