summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-06-18 16:35:01 +0800
committerTat-Chee Wan (USM)2011-06-18 16:35:01 +0800
commit5d8b151c7cccc2c5613195ea7b47b93085af2773 (patch)
treea1905a07bc23123a0858ea6ab415f47fed636c4c
parent2342c9ee61f0c19af069b3a9b8f20fc4784ee59e (diff)
updated comments for detach command
-rw-r--r--Debugger/debug_stub.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/Debugger/debug_stub.S b/Debugger/debug_stub.S
index 3f1b53e..eb39c0d 100644
--- a/Debugger/debug_stub.S
+++ b/Debugger/debug_stub.S
@@ -79,6 +79,8 @@
* MAA..AA,LLLL:bb..bb
* Write LLLL bytes at address AA.AA OK or ENN
*
+ * D Detach (equivalent to continue Ack Only
+ * at current address)
* c Resume at current address SNN ( signal NN)
* cAA..AA Continue at address AA..AA SNN
*