• C_START Problem
    Hello, please have a look: http://www.keil.com/forum/18146/ I have sometimes the same problem. C:0x0B57 020B96 LJMP 0x0B96 But at 0x0B96 disassembly shows no valid opcode: C...
  • ?c_start error
    I have tried to write a simple embedded c program in keil for that purpose i added Startup.a51 file when i tried to compile it it had shown the warnigs Build target 'Target 1' linking... *** WARNING...
  • STARTUP.A51
    Hi, I'm want to know something about the "STARTUP.A51" file, which is automatic created by KEIL. My question is if I do this: ((void (code *) (void)) 0x0000) (); in any place of my code...
  • STARTUP.A51
    Hello every body. I'm new with the 8051. I'm wondering about the STARTUP.A51 file:i read about the possibility to modify it if i'm about to use extra memory to the chip.Could any one help m with an...
  • STARTUP.A51
    I've created my own Startup file to be used that calls cseg at 0 along with many other things. But when I run the compiler, it pulls in cseg at 0 from the pre-made STARTUP.A51 file contained in...