From 8b09cc47af32ad37170e7dd2369fc7242b6b403e Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Sat, 13 Apr 2019 10:21:48 -0700 Subject: [PATCH] Add misc. debugger stuff --- docs/Debugger_Wishlist.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/Debugger_Wishlist.txt b/docs/Debugger_Wishlist.txt index 1ba3d967..cc18bbba 100644 --- a/docs/Debugger_Wishlist.txt +++ b/docs/Debugger_Wishlist.txt @@ -1,6 +1,24 @@ Requests (Wishlist): ==================== +* [ ] HELP BPM on read/write + Nail down syntax: + BPM A7 = R + BPM A7 = W + BPM R A7 + BPM W A7 + Add support 65D02 to break on read/write memory location + +* [ ] HELP BPM + Add help document and examples + +* [ ] Fix BUG: (partial) symbols starting with E not parsed propery + sym ErasePlayer1 = 65D3 + sym ErasePlayer + Address not found: $000E + +* [ ] Color code error messages in red foreground + - HELP CD: Document examples Helps needs to list: SEE: HELP PWD