• Positioning library modules
    I need to position a specific library module (?C?PLDXDATA) within the first 1k of code space. When looking at the link map it seems to be bundled in with other input modules and named ?C?LIB_CODE. The...
  • Why didn't my program work?( SOS!!!)
    I wirte program and compiled in Keil C51 Device:AT89S52 I debugged the program ,I worked well But when I download it to the device It didn't work on the board while the board is fine,other program...
  • code module position in RL51 linker output
    Using uV2, the RL51 linker arranges the relocateable code modules in order of size, starting with the largest modules and ending with the smallest. I have a need to always have one module appear at the...
  • Didn't access the USER CLASS in HUGE mode
    Hi! i can't use the user class for main when the memory model is in HUGE 8MB programing *** WARNING L47: NO SEGMENTS ASSIGNED TO USER CLASS*** .if i use 64k programing i can access the user class no...
  • cursor position
    hello, i am working on a 8051 controller..i have to display a certain message on a particular location on the terminal...is there any function through which i can set the cursor position..??or any other...