• Can I change the location of INIT.A51?
    Hi, How can I locate the INIT.A51 code at e.g 0x1000? Is it a usual segment? Does the INIT.A51 do anything except initialize static vars? (The problem is that I want to use a bootloader and 2...
  • 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...
  • STARTUP.A51 & INIT.A51 FILE INFO
    Hi. I am using uVersion2 IDE. Here after reset, MPU will execute code from reset vector located in Startup.A51 file and after some initialization, it will jump to label named as ?C_START which is defined...
  • must add init.a51 to project????
    I don't add init.a51 to my project but add startup.a51 to my project! but my gloabe variable initializesd all ok????????
  • Possible problem with init.a51
    I'm using the EZ-USB 2131 with the 8051 core. The C variable init routine in init.a51 stops part of my software working unless I add an extra eight bytes or more after the c_init terminator at the bottom...