• Convincing the optimizer (another fun bit of code) to optmize?
    I'm a bit curious as to why this bit of code wasn't AS optimized as it would normally be. I have written compilers, so I am not clueless it's just strange the optimizer didn't optimize out some of this...
  • Problem with Writing the code on Controller
    I am working on AT89C51, the problem is that although my assembly code is working perfectly on the pinnacle simulator it gives a verification failed error when I try to write it on the programmer using...
  • Flash Write Using Code
    My Flash Write Library is working fine when iam using Level 8 Optimization in Keil Compilor but when i use constant folding(Level 0) it was not working kindly give me a solution. Thanks in Advance...
  • write code to direct address
    I try to write some codes to rest space of MCU's flash ROM (behind my program), so I should know the lastest byte of my program. How to do all of these?
  • WRITING BYTE IN CODE MEMORY
    I have studied that it is possible to write values in code memory during the execution time in A51.But when tried the test gets failed.If possible what is the actual procedure to do it?