• hex file not creating
    #include <REGX51.H> #include "string.H" //for strcmp #define keypad P1 #define LCD_dat P2 sbit rs =P3^0; sbit en =P3^1; sbit device =P3^2; // electric bilb void dely(unsigned int dly); void lcd_cmd...
  • hex file not creating
    #include <REGX51.H> #include "string.H" //for strcmp #define keypad P1 #define LCD_dat P2 sbit rs =P3^0; sbit en =P3^1; sbit device =P3^2; // electric bilb void dely(unsigned int dly); void lcd_cmd...
  • Problem in creating HEX file
    heyy.. everyone, I am using Keil uvision 4, coding in assembly language for 8051, but i am not able to locate the created hex file in the folder in which i am actaully creating... infact, it is not even...
  • v6.20 Can't create HEX Files !
    I just update my version of C51 Keil in version 6.20. I tried to compile an old project and the OH51 file do a fatal error! So, my hex file was not created ! My OH51.exe version is 2.5 What's...
  • Creating Hex File with Uvision
    Hi i am currently programming 8051 using assembly language. I have installed uvision but i could not creat hex file with it. It just creates the obj file. so can any one plz tell me how to create a hex...