summaryrefslogtreecommitdiff
path: root/Debugger/debug_stub.S
diff options
context:
space:
mode:
authorTC Wan2010-12-28 18:49:47 +0800
committerTC Wan2010-12-28 18:49:47 +0800
commitc0201887f08821d20a05bce2ec303c773a3f4b4b (patch)
tree41c11a60b35d98b6b4f4950b54e7f351b87d1f2a /Debugger/debug_stub.S
parentacdb706a74e633d847d999e9eabc973c1383ec26 (diff)
xfer between usb and message buffers
WIP: copy to and from Debugger message buffers
Diffstat (limited to 'Debugger/debug_stub.S')
-rw-r--r--Debugger/debug_stub.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/Debugger/debug_stub.S b/Debugger/debug_stub.S
index 724c54e..c6e7ca8 100644
--- a/Debugger/debug_stub.S
+++ b/Debugger/debug_stub.S
@@ -153,7 +153,7 @@ debug_OkResponse:
/* The CmdIndexTable and CmdJumpTable must be kept in sync */
debug_cmdIndexTable:
- .byte 'g','G','p','P','m','M','c','s','k','?',0
+ .byte 'g','G','p','P','m','M','c','s','k','z','Z','?',0
/* Command Handlers
* On entry:
@@ -169,6 +169,8 @@ debug_cmdJumpTable:
.word _dbg__nop /* 'c' */
.word _dbg__nop /* 's' */
.word _dbg__nop /* 'k' */
+ .word _dbg__nop /* 'z' */
+ .word _dbg__nop /* 'Z' */
.word _dbg__nop /* '?' */
.word 0