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