aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Host/gdb-commands.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Host/gdb-commands.txt b/Host/gdb-commands.txt
index 37b84d5..03f72a1 100644
--- a/Host/gdb-commands.txt
+++ b/Host/gdb-commands.txt
@@ -17,3 +17,12 @@ $p!#91
# Set R1 to 0xAA
$P1=000000AA#60
+
+# Read 16 bytes of Memory from 0x00201d74 (padding bytes after debug_mode + 4 bytes of debug_InUSBBuf)
+$m00201D74,0010#FC
+
+# Write 2 bytes of memory to 0x00201d74 (padding bytes after debug_mode)
+$M00201D74,0002:AA55#03
+
+# Write 2 bytes of memory to 0x00201d74 (padding bytes after debug_mode)
+$M00201D74,0002:9966#F5 \ No newline at end of file