Modify Chip Name Statement; Configure The Emulator - HP 7750 User Manual

Emulator terminal interface
Hide thumbs Also See for 7750:
Table of Contents

Advertisement

Modify Chip Name
Statement
CHIP7751
.WORD
CHIP7751
.WORD
Configure the
Emulator
# remaining number of terms : 15
# remaining emulation memory : 7f800h bytes
map 000b800..000bfff eram # term 1
map other tram
A-4 Using A Foreground Monitor
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.
Chip Name
To use the monitor with 7751 microprocessor, you need to modify the
chip name section of foreground monitor. Default setting is following.
0
; OTHER_THAN_7751
You can specify 7751 microprocessor by modifying this section like
below.
1
; 7751
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
Notice that a 2k byte block from b800 through bfff hex was mapped.

Advertisement

Table of Contents
loading

This manual is also suitable for:

7751

Table of Contents