HP 68302 User Manual page 109

Hide thumbs Also See for 68302:
Table of Contents

Advertisement

Note
If you are using 1 Mbyte SIMMs in your 68302 emulator, you MUST locate the
monitor on an 8 Kbyte boundary; otherwise, locate the the monitor on a 2
Kbyte boundary.
Note
A defect in firmware revision A.00.03 of the 68302 emulator will prevent the
monitor from successfully loading at any address whose first non-zero digit is
not numeric. For example, you would not be able to locate the monitor at
0A0000H, 0B0000H, 0A000H, etc. You could load it at address 1A0000H,
3B0000H, etc. To check the revision of your 68302 firmware issue the
command "ver" from the terminal interface This problem does not exist in
firmware revision A.00.04.
Make a local copy of the monitor source file,
2
C:\HP\RTC\M302\FGMON\FGMON.S (if C:\HP\RTC\M302 was the
installation path chosen when installing the debugger software).
Modify the monitor source file. You need to uncomment the "ORG"
3
directive and put the address chosen in step number 1 in the address
field.
Assemble and link the monitor.
4
For the HP AxLS assembler, use the command:
as68k -L fgmon.s > fgmon.lst
For the Microtec 68000 assembler, use the command:
asm68k -l fgmon.s > fgmon.lst
Link the monitor.
5
For the HP AxLS linker, use the command:
ld68k -o fgmon fgmon.o
For the Microtec linker, use the command:
lnk68k -o fgmon fgmon.o
Chapter 4: Plugging the Emulator into Target Systems
Configuring the Emulator for In-Circuit Operation
109

Advertisement

Table of Contents
loading

Table of Contents