diff --git a/Firmware/Dcodes.cpp b/Firmware/Dcodes.cpp
index 0a514262..ee62087d 100644
--- a/Firmware/Dcodes.cpp
+++ b/Firmware/Dcodes.cpp
@@ -255,7 +255,7 @@ void dcode_1()
### D2 - Read/Write RAM D3: Read/Write RAM
This command can be used without any additional parameters. It will read the entire RAM.
- D3 [ A | C | X ]
+ D2 [ A | C | X ]
- `A` - Address (0x0000-0x1fff)
- `C` - Count (0x0001-0x2000)
@@ -355,7 +355,7 @@ void dcode_4()
### D5 - Read/Write FLASH D5: Read/Write Flash
This command can be used without any additional parameters. It will read the 1kb FLASH.
- D3 [ A | C | X | E ]
+ D5 [ A | C | X | E ]
- `A` - Address (0x00000-0x3ffff)
- `C` - Count (0x0001-0x2000)