From 7d49166dc40ec85c18d00ee77a07e1e71b046ce3 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Wed, 5 Sep 2018 10:52:50 -0400 Subject: [PATCH] update read code description --- GUI/misc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GUI/misc.h b/GUI/misc.h index 83a025b..efab030 100644 --- a/GUI/misc.h +++ b/GUI/misc.h @@ -16,9 +16,8 @@ static QString CodeInfoDump = /H{A|B|W|S|Q|V}[N]data_offset[*deref_offset1][:split_offset[*deref_offset2]]@addr[:module]\r\n\ OR\r\n\ Enter read code\r\n\ -/R{S|Q|V}{0|*deref_offset}@addr\r\n\ +/R{S|Q|V}[*deref_offset|0]@addr\r\n\ All numbers in hexadecimal\r\n\ -Use 0 for string_gap if string is in same location every time\r\n\ A/B: Shift-JIS char little/big endian\r\n\ W: UTF-16 char\r\n\ S/Q/V: Shift-JIS/UTF-16/UTF-8 string\r\n\