English
Language : 

HD6475368CP Datasheet, PDF (93/108 Pages) Agilent(Hewlett-Packard) – H8/536 Emulator PC Interface
Module Name
main.c
main.c
The space preceding module names is required. Although formatted for
readability here, a single tab separates symbol and address.
The local symbols are scoped. This means that to access a variable
named “count” in a source file module named “main.c,” you would
enter “main.c:count” as shown below.
Variable Name
You Enter:
count
main.c:count
line number 23
main.c: line 23
You access line number symbols by entering the following on one line
in the order shown:
module name
colon (:)
space
the word “line”
space
the decimal line number
For example:
main.c: line 23
Location of the
HP 64000 Reader
Program
The HP 64000 Reader is located in the directory named \hp64700\bin
by default, along with the PC Interface. This directory must be in the
environment variable PATH for the HP 64000 Reader and PC Interface
to operate properly. The PATH is usually defined in the
“\autoexec.bat” file.
The following examples assume that you have “\hp64000\bin”
included in your PATH variable. If not, you must supply the
directory name when executing the Reader program.
File Format Readers A-3