mirror of https://github.com/mgba-emu/mgba.git
SDL: Document the optional count argument for x
This commit is contained in:
parent
791b678021
commit
a65015fcbd
13
doc/mgba.6
13
doc/mgba.6
|
@ -211,10 +211,12 @@ to
|
||||||
.It Cm w/r Ar register
|
.It Cm w/r Ar register
|
||||||
Write a word to
|
Write a word to
|
||||||
.Ar register .
|
.Ar register .
|
||||||
.It Cm x/1 Ar address
|
.It Cm x/1 Ar address Op Ar count
|
||||||
.It Cm x/2 Ar address
|
.It Cm x/2 Ar address Op Ar count
|
||||||
.It Cm x/4 Ar address
|
.It Cm x/4 Ar address Op Ar count
|
||||||
Examine bytes
|
Examine
|
||||||
|
.Ar count
|
||||||
|
bytes
|
||||||
.Pq Ql /1 ,
|
.Pq Ql /1 ,
|
||||||
halfwords
|
halfwords
|
||||||
.Pq Ql /2 ,
|
.Pq Ql /2 ,
|
||||||
|
@ -222,6 +224,9 @@ or words
|
||||||
.Pq Ql /4
|
.Pq Ql /4
|
||||||
from
|
from
|
||||||
.Ar address .
|
.Ar address .
|
||||||
|
If
|
||||||
|
.Ar count
|
||||||
|
is not specified, examine 16 bytes, 8 halfwords, or 4 words.
|
||||||
.It Cm \&!\ \&
|
.It Cm \&!\ \&
|
||||||
Break into the attached debugger.
|
Break into the attached debugger.
|
||||||
.El
|
.El
|
||||||
|
|
Loading…
Reference in New Issue