HP 9835A Programming Manual page 215

35 series desktop computer assembly development rom
Table of Contents

Advertisement

194
Errors and Error Processing
EF:F'iJF'
1 E: Ei Label used in an assembled location not found. Symbolic addressing requires
that all assembly symbols be resolved by execution time. This error probably
results from a misspelling of a label or forgetting to assemble the module
containing the label.
EF'F'iJF'
1 Ei '3
Doubly-defined entry point or routine. A module being assembled (with an
IASSEMBLE statement) or loaded from mass storage (with an ILOAD state-
ment) contains a SUB or ENT entry point with the same label as a SUB or ENT
entry point within a module already resident within the ICOM region. Check
the other routines for the duplicate occurrences.
EF:F:iJF:
1:3 CJ
Missing ICOM statement. You must include an ICOM statement to create your
ICOM region before assembling or loading modules. Program an ICOM state-
ment of adequate size and re-run the program
1.
:::j
L
Module not found. The module indicated in an ISTORE or IASSEMBLE
statement is not currently resident in the ICOM region. Check the module
names used in your ISTORE statement to find the one which is missing from
memory.
E!::;::'F:CiF~'
1:3;2
Errors in assembly. At least one error was encountered while assembling one
of the modules in your IASSEMBLE statement.
F···~:1:~~:1.:)f~:
1 ::3
~:.
Attempt to move or delete module containing an active interrupt service
routine. This is the result of trying to reduce the size of the ICOM region (or to
eliminate it), or trying to delete a module, when one of the affected modules
contains an active interrupt service routine (lSR). The only ways to allow the
action to take place are to SCRATCH A (which affects a number of other
things) or to inactivate the ISR. To inactivate the ISR, consult the routine's
documentation, or press Reset (
ICQBI'll1
STOP
I).
EF~f~:(=)f~:
1:34
IDUMP
specification too large.
The
resulting dump would be more than
32 768 elements.
EFF'()F'
1 '35
Routine specified in ICALL not found. You are specifying the wrong routine
name or you are failing to load the correct module. Double check the
documentation indicating the location and name of the routine.
1 :3 E; Unsatisfied externals. Symbolic addressing requires that all references to sym-
bols outside the current module be resolved at the time any routine within the
current module is executed. This may possibly be a missing ENT instruction
within another module.

Advertisement

Table of Contents
loading

Table of Contents