Zilog Z80195 User Manual
Page 30

Z80185/195 D
EVELOPMENT
K
IT
U
SER
'
S
M
ANUAL
3-10
UM951800100
Z
ILOG
Loading an Intel Hex File [L]
This command affects both the Z80185 monitor and the TZ.EXE program, which runs on a PC. After
you enter the name of the file, the PC sends it to the board RAM. This command and the N command
are the two commands that require that you use the TZ.EXE program on a PC as the terminal.
Example:
Z80185> File name: at.hex
78 Intel hex lines—done
Z80185>
Move Memory to Memory [M]
This command moves a specified number of bytes from one address to another. In order to handle
overlapping "from" and "to" areas correctly, the monitor moves data differently, depending on how the
addresses compare. If the "from" address is greater than the "to" address, the monitor moves the data
between the starting address and higher addresses thereafter. If the "from" address is less than the
"to" address, the monitor begins moving between the highest addresses implied by the number of
bytes and lower address thereafter until it gets down to the starting address entered.
Example:
Z80185>Move From Memory starting at: 2020
to Memory starting at: 2020
Number of Bytes: 4
Z80185>
Caution:
RAM locations 2000–20FF are used by the monitor as workspace. F, M, and L commands
should not be used within this memory range.