HP H8/3003 User Manual page 101

Emulator terminal interface
Table of Contents

Advertisement

# remaining number of terms
# remaining emulation memory
map
001000..003fff
map
00f000..00f1ff
map
other tram
Note
4-16 Configuring the Emulator
output port at 0f100 hex
program and data from 1000 through 3fff hex
Suppose that the only thing that exists in your target system at this time
are input and output ports and some control logic; no memory is
available. You can reflect this by mapping the I/O ports to target
system memory space and the rest of memory to emulation memory
space. Type the following commands:
R> map 0f000..0f100 tram
R> map 1000..3fff eram
R> map
: 14
: 7e800h bytes
eram
# term 1
tram
# term 2
As you can see, the mapper rounded up the second term to 512 bytes
block, since those are minimum size blocks supported by the H8/3003
emulator.
When you use the internal ROM, you must map that area to emulation
memory. When you power on the emulator, all memory space except
internal RAM is mapped to target RAM. Therefore, if you don't map
internal ROM properly, you cannot access that area.

Advertisement

Table of Contents
loading

Table of Contents