D - dump memory, Dump memory -19 – GE 68K System User Manual

Page 45

Advertising
background image

68K System Monitor
User's Guide

GE Energy Services

General

SWM0023-1.00 -2

Full Release

3-19

D - Dump Memory

Platform

þ

CPM

þ

D20
D20 Base

þ

D20 ME
D20 Base

þ

D20/200
CCU Base

þ

D20/200 ME
CCU Base

þ

D25

Description

Use this command to display memory contents as bytes, words, long words, floating-
point numbers, or double-precision numbers.

Each line of output is formatted as:

at the left margin:

− starting address of the memory, hexadecimal.

then:

− 16 bytes (octets) of data grouped as:

• bytes

− hexadecimal format

• words

− hexadecimal format

• long words

− hexadecimal format

• floating-point numbers

− scientific format

• double-precision numbers

− scientific format

then:

− 16 ASCII characters representing the same memory values.

If an octet does not have a printable ASCII representation, the monitor will print a
dot instead.

Syntax

Below is usage and syntax information for this command

Command Format

d [/(b | w | l | f | d)] beg_addr [end_addr]

Variables

/b

= bytes (octets), the default mode

/w

= words

/l

= long words

/f

= floating-point numbers

/d

= double-precision numbers

Parameters

By not entering any parameters, the command requests a dump
from the last user-entered memory dump location. The dump is
in the previously specified format (if any) and dumps for 80
bytes.

beg_addr = first address to display, in hexadecimal.

end_addr = address up to which to display, in hexadecimal;

the default is beg_addr plus 80 hexadecimal.

Continued on next page

Advertising