HP 68302 User Manual page 455

Hide thumbs Also See for 68302:
Table of Contents

Advertisement

Chapter 13: Concepts
Monitor Programs
The starting address can be specified on a 2 Kbyte boundary starting from
800H. If you're using the HP 64170 emulation memory board with 1 Mbyte
memory modules, the starting address must be specified on an 8 Kbyte
boundary.
To specify the foreground monitor starting address, you must modify the
ORG statement that follows the first comment in the source program as
shown below.
Specify the foreground monitor address by removing the semicolon (;) before
ORG and by modifying XXXXXXH.
Assembling and Linking the Foreground Monitor with
MCC68K
The foreground monitor can be assembled and linked with the Microtec
Assembler/Linker.
To assemble the foreground monitor, enter:
C> asm68k -l fgmon.s > fgmon.lst
To link the foreground monitor, enter:
C> lnk68k -c fgmon.k -m -o fgmon.x > fgmon.map
Link command file (fgmon.k) contains:
format ieee
load fgmon.obj
end
456
; ORG XXXXXXH
; START MONITOR ON 2K BOUNDARY OTHER THAN ZERO

Advertisement

Table of Contents
loading

Table of Contents