• linker error: invalid constant
    Can anyone tell me what goes wrong while linking the files: linking... *** FATAL ERROR 206: INVALID CONSTANT POS:75 EXE filename1.obj, filename2.obj TO filename RAMSIZE (256) CODE (0X0000) # ...
  • Invalid Register
    Trying to program an Atmel 89C2051 device but I get 3 errors exactly the same invalid register. The line of code is MOV R0, R5 Any ideas anyone.
  • Invalid mspace
    Hello, I had this appear when I tried to compile my code in C. WARNING C196: MSPACE PROBABLY INVALID I do know that this occurs when we try to convert a constant to a pointer constant and hence...
  • Extracting characters
    Hi all, Please could somebdy inform me how to extract a character from one string, I mean, MyString="12345"; I want, for example, obtain the third position of the string, "3". Im using Uv2...
  • Displaying character.
    I am a beginner to C language... I have alreaady initialized the LCD in my code...How do i display a message("HELLO" eg.) to LCD? I want to use it in function void but i do not know where to start.....