blob: 0d030a1d1e0225e2f5e2ba4df71840047ebb7c98 [file] [log] [blame]
Heinrich Schuchardt745106c2020-12-31 15:42:05 +01001.. SPDX-License-Identifier: GPL-2.0+
2
Heinrich Schuchardt1b0c3162024-01-14 14:53:13 +01003.. index::
4 single: base (command)
5
Heinrich Schuchardt745106c2020-12-31 15:42:05 +01006base command
7============
8
9Synopsis
10--------
11
12::
13
14 base [address]
15
16Description
17-----------
18
19The *base* command sets or displays the address offset used by the memory
20commands *cmp, cp, md, mdc, mm, ms, mw, mwc*.
21
22All other commands ignore the address defined by *base*.
23
24address
25 new base address as hexadecimal number. If no value is provided, the current
26 value is displayed.