Question:
Has code for C25. It is assembled/linked successfully w/
previous version. When trying to load executable which is
created with version 6.6 of
assembler/linker, onto simulator v3.0, the simulator
does not recognize executable.
Answer: Customer
is using -x option in the assembler. -x creates a copy
table, but some older versions of the loader may try to
load this table. Recommend not using -x option
when running on the simulator.
|