1.. SPDX-License-Identifier: GPL-2.0+
2
3base command
4============
5
6Synopsis
7--------
8
9::
10
11    base [address]
12
13Description
14-----------
15
16The *base* command sets or displays the address offset used by the memory
17commands *cmp, cp, md, mdc, mm, ms, mw, mwc*.
18
19All other commands ignore the address defined by *base*.
20
21address
22    new base address as hexadecimal number. If no value is provided, the current
23    value is displayed.
24