• Putting code at specific loaction in Assembly file
    I want to put the code written in assembly file at specific location say 0x5000. Can someone give me procedure with proper example for doing the same code? I have checked using "AREA" directive, but...
  • puts
    hey want to ask that the put() function has a line feed and enter in itself?????? or what?
  • put const variables into code-segment
    Hi. I want to put a (large) table of constant values into the code-segment, because I'm very low on RAM but have plenty of program-ROM. The C51-manual on page 88 says "Constant variables may also...
  • 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"
  • Assembly Code
    Hi, all Does anyone know why I can't have assembly code in *.lst files? Is it any compiler option for me to adjust ? Eric