Zilog Z80195 User Manual
Page 26

Z80185/195 D
EVELOPMENT
K
IT
U
SER
'
S
M
ANUAL
3-6
UM951800100
Z
ILOG
Set or Show Breakpoints [B]
(Continued)
Example:
Z80185 > Breakpoint at Address (just CR to Display All): 2100
Z80185 > Breakpoint at Address (just CR to Display All):
Breakpoints 2100
Z80185 >
Z80185 > Go Starting at Address : 9000
A F B C D E H L A’ F’ B’ C’ D’ E’ H’ L’ I IX IY SP EI
FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 00 FF FF FF FF 2000 0
2042 F7 RST 30
Z80185>
Compare Memory Data [C]
This command compares a specified number of memory bytes and displays the differences.
Example:
Z80185 > Compare Memory Data Starting at: 0000
with Memory Data Starting at: 8000
Number of Bytes: 3
0000 = 00 : 8000 = 39
0001 = F5 : 8001 = 88
0002 = ED : 8002 = 00
Z80185 >
Display Memory Data [D]
Displays memory bytes in hex and ASCII format. The display can be paused by entering
"^S (CTRL+S)". Entering another "^S" while paused displays one more line. Any other key quits the
pause. The
is entered at the command prompt after a D command, then the monitor will display the same number
of bytes again, starting at the address after the last one is displayed.
Example:
Z80185 > Display Memory Starting at: 0000
Number of Bytes : 5
0000 00 F5 ED 57 F3
...
w
.
Z80185 >