10-22
BajaPPC-750: Monitor
10.5.14 um
um -[b,w,l]
base_addr top_addr
performs a destructive memory test from
base_addr
to
top_addr
. This is done by first clearing all memory in the range speci-
fied, doing a rotating bit test at each location, and finally filling each data loca-
tion with its own address. If
top_addr
is zero, the address range is obtained from
the functions
MemBase
and
MemTop
.
This command prints the progress of the test and summarizes the number of
passes and failures. The memory test can be interrupted at the start of the next
pass by pressing any character.
Also refer to the functions
MemBase
and
MemTop
DEFINITION
int UM(char flag,
unsigned long l_limit,
unsigned long u_limit)
10.5.15 writemem
writemem -[b,w,l]
address value
writes
value
to a memory location specified
by
address
.
DEFINITION
int WriteMem(char Flag,
unsigned long Address,
unsigned long Value)
10.5.16 writestr
writestr
“string” address
writes the ASCII string specified by
string
to a memory
location specified by
address
. The string must be enclosed in double quotes (“ “).
DEFINITION
int WriteStr(char *Str,
unsigned long Address)
Содержание BajaPPC-750
Страница 2: ...BajaPPC 750 PowerPC Based Single Board Computer User s Manual May 2002...
Страница 4: ...BajaPPC 750 PowerPC Based Single Board Computer User s Manual May 2002...
Страница 7: ......
Страница 16: ...0002M621 15 ix Register Map 9 1 Counter Timer Status CTSR 9 2 Register Map 9 2 Counter Timer Mode CTMR 9 4...
Страница 19: ...xii BajaPPC 750 Contents...
Страница 57: ...3 12 BajaPPC 750 Central Processing Unit May 2002...
Страница 77: ...5 12 BajaPPC 750 PMC PCI Interface May 2002...
Страница 111: ...6 34 BajaPPC 750 VMEbus Interface May 2002...
Страница 135: ...8 18 BajaPPC 750 Serial and Parallel I O May 2002...
Страница 207: ...10 68 BajaPPC 750 Monitor May 2002...