1 03/26/85 dump_firmware
2
3 Syntax as a command: dump_firmware path mem addr count
4
5
6 Function: is used to dump the contents of a segment containing MPC
7 firmware.
8
9
10 Arguments:
11 path
12 is the pathname of the segment containing the firmware.
13 mem
14 must be "cs" to dump the control store overlay, "rw" to dump the
15 read/write overlay, or "size" to print the locations and lengths of
16 overlays in the module. If this argument is "size," no further
17 arguments need be given; otherwise, the addr and count arguments
18 described below must be given.
19 addr
20 is the starting address to dump, in hexadecimal. This argument must
21 be given if the mem argument is not "size."
22 count
23 is the number of words to dump, in hexadecimal. This argument must
24 be given if the mem argument is not "size."