• 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?
  • 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...
  • Led moving dispaly
    Hi experts i am new to embedded i want to create an 8x8 moving led matrix please help me \ i am not well in English please don't include complex sentience
  • moving returned character to string
    always getting an syntax error 213: leftside of asn-op not an lvalue void scherm (void) { char s [10]; char i,y; printf("volgende string stond weggeschreven: "); for (i=0;i < 10;i++) { ...
  • Move library to different adress or bank
    Hello, I am writing a bootloader for a 8051 with PSD flash/ EEPROM memory. For now, I want to put it at a high adress in the eeprom memory and want to use it to reprogramm the flash memory. At...