This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

INIT.A51 on 80c390?

Is it required to include init.a51 to initialize global variables in the 22bit contiguous mode on an 80c390?

If I try and do this, I get a lot of undefined symbols:

assembling INIT.A51...
INIT.A51(59): error A45: UNDEFINED SYMBOL
INIT.A51(65): error A45: UNDEFINED SYMBOL
INIT.A51(88): error A45: UNDEFINED SYMBOL

...

My search of the list and knowledgebase didn't turn up anything specific to the 390.

It looks like the assembler is case sensitive, since I noticed I can fix most of the problems if I correct the case. I took the INIT.A51 file from the v6.22 install directory...