
Processor Mode Register Address
You may need to modify the .EQU statement at the PROCMODEREG
label. This value defines the location of processor mode register. If
your processor has processor mode register at address other than 5e
hex, modify this value to appropriate value.
Modify Chip Name
Statement
Chip Name
To use the monitor with 7751 microprocessor, you need to modify the
chip name section of foreground monitor. Default setting is following.
CHIP7751 .WORD 0 ; OTHER_THAN_7751
You can specify 7751 microprocessor by modifying this section like
below.
CHIP7751 .WORD 1 ; 7751
Configure the
Emulator
Before configuring the emulator, you should initialize the emulator to a
known state. Type:
R> init
Select processor you are going to emulate. Type:
R> cf chip=<chip_name>
You need to tell the emulator that you will be using a foreground
monitor and allocate the memory space for the monitor. This is all
done with one configuration command. To locate the monitor on a 2k
boundary starting at b800 hex, type:
R> cf mon=fg..0b800
To see the new memory mapper term allocated for the foreground
monitor, type:
R> map
# remaining number of terms : 15
# remaining emulation memory : 7f800h bytes
map 000b800..000bfff eram # term 1
map other tram
Notice that a 2k byte block from b800 through bfff hex was mapped.
A-4 Using A Foreground Monitor
Содержание 7750
Страница 2: ......
Страница 12: ...Figure 1 1 HP 64147 Emulator for MELPS 7750 51 Series 1 2 Introduction ...
Страница 50: ...Notes 2 32 Getting Started ...
Страница 56: ...3 6 In Circuit Emulation ...
Страница 86: ...CONFIG_ITEMS Summary 7750 51 Series emulator configuration items Syntax B 2 Specific Command Syntax ...
Страница 94: ...Notes B 10 Specific Command Syntax ...