From a65015fcbd2143c57c814a1023f6d8ce691aa9e3 Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Sat, 8 Aug 2015 01:29:42 -0600 Subject: [PATCH] SDL: Document the optional count argument for x --- doc/mgba.6 | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/mgba.6 b/doc/mgba.6 index 512ea638d..db1ccd035 100644 --- a/doc/mgba.6 +++ b/doc/mgba.6 @@ -211,10 +211,12 @@ to .It Cm w/r Ar register Write a word to .Ar register . -.It Cm x/1 Ar address -.It Cm x/2 Ar address -.It Cm x/4 Ar address -Examine bytes +.It Cm x/1 Ar address Op Ar count +.It Cm x/2 Ar address Op Ar count +.It Cm x/4 Ar address Op Ar count +Examine +.Ar count +bytes .Pq Ql /1 , halfwords .Pq Ql /2 , @@ -222,6 +224,9 @@ or words .Pq Ql /4 from .Ar address . +If +.Ar count +is not specified, examine 16 bytes, 8 halfwords, or 4 words. .It Cm \&!\ \& Break into the attached debugger. .El