• How to insert Assenbly CODE in between function???
    Hi, I am using AT89C51ED2 Micro controller, I want to insert assembly code in between the EEPROM fucntion, The function is, void EEPROM_WRITE(unsigned char xdata *Addr,unsigned int E_Data...
  • How to insert Assenbly CODE in between function???
    Hi, I am using AT89C51ED2 Micro controller, I want to insert assembly code in between the EEPROM fucntion, The function is, void EEPROM_WRITE(unsigned char xdata *Addr,unsigned int E_Data...
  • inline assembler
    Hello, I'm trying to optimize DSP functions to use them in my cortex M3 MCU. I use the Keil compiler and I want to work with inline assembler, but the Keil compiler don't support the inline assembler...
  • inline assembly
    I'm trying to use inline assembly in a C file (my projetc consists in one C file and several a51 files). Options "generate assembler SRC" and "assemble SRC" are checked. I get the following message...
  • Inline Functions
    Hi, How can a write a inline function ? Thanks Michael !