base.rst 425 B

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