HP 64746 User Manual page 162

Emulation/analysis
Table of Contents

Advertisement

Chapter 5: Plugging into a Target System
Configuring the Emulator for In-Circuit Operation
2 Make a local copy of the monitor source file. For Motorola syntax assemblers use
the file $HP64000/monitor/Mfmon68302.s, and for the HP OLS assembler use the
file $HP64000/monitor/fmon68302.S.
3 Modify the monitor source file. You need to uncomment the "ORG" directive and
put the address chosen in step number 1 in the address field.
4 Assemble and link the monitor.
For the HP AxLS assembler, use the command:
$ as68k -L Mfmon68302.s
For the Microtec 68000 assembler, use the command:
$ asm68k -L Mfmon68302.s > Mfmon68302.O <RETURN>
For the HP OLS assembler, use the command:
$ asm -o fmon68302.S > fmon68302.O <RETURN>
5 Link the monitor.
For the HP AxLS linker, use the command:
$ ld68k -h -o Mfmon68302 Mfmon68302.o <RETURN>
For the Microtec linker, use the command:
$ lnk68k -h -o Mfmon68302 Mfmon68302.o <RETURN>
You must use the -h option. This forces the output file to be an "HP OLS" file (.X
Note
extension)
For the HP OLS Linker, use the command:
$ lnk <RETURN>
and then simply follow the prompts.
162
> Mfmon68302.O <RETURN>

Advertisement

Table of Contents
loading

This manual is also suitable for:

68302

Table of Contents