• putting a function in a specific address in ROM
    Hi, I'm using the keil to compile a project for the 8051. I want to place a single function in a specific address in the rom. I found a lot of answers, in the forum, but non of them actually...
  • Put assembler code into c code
    Hello, I am trying to put a assembler code into a c code, but it gives me errors. I would be pleased if someone explains me how to do it or gives me an example. Thank you very much
  • puts
    hey want to ask that the put() function has a line feed and enter in itself?????? or what?
  • How to view assembly code for specific function?
    Hello, I'm trying to decide between implementations of a given function, based on the number of clock cycles each is supposed to take. I'm using the Lite version of µVision 5, with the debugger set to...
  • puts error
    hi, puts ("Line #1"); this outputs Line #1 but puts (""Line #1""); gives error why it is so As i want to output "Line #1"