• Moved
    I moved my company to Tennessee and my question is it a good idea to let keil know my new address? If so what will it do for me and why don't they have a link to do it online?
  • Moving average Routine for 24 bit ADC
    Hi I working on a project where i have interfacing 24 bit ADC to AT89s52. I want to implement moving average window method for better resolution. Any one can suggest me how to implement moving average...
  • moving dsplay
    hi sir iam student of be electrical engineering and i want to make moving message display using 8051 microcontroller but i have no idea how to do it ...iam familier with 8051 and i hav write many code...
  • Useless Moves
    Is there a way to change the DEFINE statement to get rid of the two useless mov(s)? C51 COMPILER V6.02, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN .\MAIN.OBJ COMPILER INVOKED BY: C:\PROGRAM...
  • How to define a bit variable at a specific bit location?
    Hi, I'm trying to define a bit variable at a specific bit location. I tried the following without succes: BSEG AT 02FH.7 MYBIT: DBIT 1 The linker complains with *** ERROR L107: ADDRESS SPACE...