Heinrich Schuchardt | 745106c | 2020-12-31 15:42:05 +0100 | [diff] [blame] | 1 | .. SPDX-License-Identifier: GPL-2.0+ |
| 2 | |
Heinrich Schuchardt | 1b0c316 | 2024-01-14 14:53:13 +0100 | [diff] [blame] | 3 | .. index:: |
| 4 | single: base (command) |
| 5 | |
Heinrich Schuchardt | 745106c | 2020-12-31 15:42:05 +0100 | [diff] [blame] | 6 | base command |
| 7 | ============ |
| 8 | |
| 9 | Synopsis |
| 10 | -------- |
| 11 | |
| 12 | :: |
| 13 | |
| 14 | base [address] |
| 15 | |
| 16 | Description |
| 17 | ----------- |
| 18 | |
| 19 | The *base* command sets or displays the address offset used by the memory |
| 20 | commands *cmp, cp, md, mdc, mm, ms, mw, mwc*. |
| 21 | |
| 22 | All other commands ignore the address defined by *base*. |
| 23 | |
| 24 | address |
| 25 | new base address as hexadecimal number. If no value is provided, the current |
| 26 | value is displayed. |