]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Debugger help text update
authorToni Wilen <twilen@winuae.net>
Sat, 4 Apr 2026 09:39:54 +0000 (12:39 +0300)
committerToni Wilen <twilen@winuae.net>
Sat, 4 Apr 2026 09:39:54 +0000 (12:39 +0300)
debug.cpp

index e18bfc779b12ed810fb8ba18fd0bf21aff3d6351..7665dea55ca5384abeac1277ed528ba4619ca806 100644 (file)
--- a/debug.cpp
+++ b/debug.cpp
@@ -206,7 +206,7 @@ static const TCHAR help[] = {
        _T("  fo <num> <reg> <oper> <val> [<mask> <val2>] Conditional register breakpoint [Nx] [Hx].\n")
        _T("   reg=Dx,Ax,PC,USP,ISP,VBR,SR. oper:!=,==,<,>,>=,<=,-,!- (-=val to val2 range).\n")
        _T("  f <addr1> <addr2>     Step forward until <addr1> <= PC <= <addr2>.\n")
-       _T("  e[x]                  Dump contents of all custom registers, ea = AGA colors.\n")
+       _T("  e                     Dump contents of all custom registers, ea = AGA colors.\n")
        _T("  i [<addr>]            Dump contents of interrupt and trap vectors.\n")
        _T("  il [<mask>]           Exception breakpoint.\n")
        _T("  o <0-2|addr> [<lines>]View memory as Copper instructions.\n")
@@ -223,8 +223,8 @@ static const TCHAR help[] = {
        _T("                        x = must be same, z = must be different, s = restart.\n")
        _T("  W <addr> <values[.x] separated by space> Write into Amiga memory.\n")
        _T("  W <addr> 'string'     Write into Amiga memory.\n")
-       _T("  Wf <addr> <endaddr> <bytes or string like above>, fill memory.\n")
-       _T("  Wc <addr> <endaddr> <destaddr>, copy memory.\n")
+       _T("  Wf <addr> <endaddr-1> <bytes or string like above>, fill memory.\n")
+       _T("  Wc <addr> <endaddr-1> <destaddr>, copy memory.\n")
        _T("  w <num> <address> <length> <R/W/I> <F/C/L/N> [V<value>[.x]] (read/write/opcode) (freeze/mustchange/logonly/nobreak).\n")
        _T("                        Add/remove memory watchpoints.\n")
        _T("  wd [<0-1>]            Enable illegal access logger. 1 = enable break.\n")