• startup code
    Can anybody explain what is the meanig of the below statemnets? How to Use these handlers. Undef_Handler B Undef_Handler SWI_Handler B SWI_Handler PAbt_Handler B PAbt_Handler DAbt_Handler B DAbt_Handler...
  • Startup code
    Hello All: How can I reference the start address of the startup code in start167.a66 in a C file? The only thing I can think of doing is extern void C_STARTUP(void); but that does not seem to work...
  • Startup code
    Hi, i m working with AT89S8253, i created a project without including startup code, but it is not working on hardware... anybody have any idea about start up code modification for 89s8253 Thanks ...
  • Stuck at Startup code
    Vectors LDR PC, Reset_Addr LDR PC, Undef_Addr LDR PC, SWI_Addr LDR PC, PAbt_Addr LDR PC, DAbt_Addr NOP ; Reserved Vector LDR PC, IRQ_Addr LDR PC, [PC, #-0x0120] ; Vector from VicVectAddr ...
  • startup code not executing in keil
    hi i'm new to keil, it has been said that startup code will be generated and by using configuration wizard of keil. i created configuration file using that, but the program is not starting to execute...