blob: db9cd4d978381ffe3c0c40b7d740fd30b24cfc4b [file] [log] [blame]
Heinrich Schuchardt5ff13572020-12-31 15:42:05 +01001.. 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.