• rewriting L51_BANK.A51
    Hi The L51_BANK.A51 file assumes that the bank switching outputs from the uC can be allocated from a single port, and using consecutive pins. Unfortunately, my spare output capability doesn't fit this...
  • Rewriting internal flash sectors with IAP
    Hello, A colleague of mine needs to maintain the values of variables in non-volatile memory but the only provisions he has is internal flash. He implemented a scheme that uses 7 sectors (LPC1788...
  • Does _crol_ in intrins.h affect the carry bit?
    I want to avoid the use of inline assembler in my code so I was hoping to replace RLC A with _crol(). Will this work or is _crol_() implemented with RL A (no carry bit)? Thanks in advance.
  • inline assembly
    Hi friends, I am using inline assembly in my ISR routine. When i observe the generated sorce file. AT the start of ISR the compiler generates a code to save the ACC, DPL, DPH etc and the general purpose...
  • INLINE ASSEMBLY
    hi i want to use the assembly code in my c file how can i do this i refered the link below but did not the clear idea http://www.keil.com/support/man/docs/c51/c51_cm_srcfile.htm i gone through...