• yet another serial question
    why does my get stuck at jnb TI, $ List: ; enable external clock 11.0592Mhz for ; standard baud rate generation ; external pin T2 stimulated from ; function generator. mov SCON, #01010000B...
  • Another strange question in keil51
    A function(used to display something in lcd) cann't work normally for uncertain reasion.But when I put the cotent of it where it is used ,I get all I want.Even strangely ,if I wirte some structions just...
  • Starting code at another location
    I'd like to reposition my code so all code starts at 0800h. The only things I want below that are the startup vector and interrupt vectors. Am I right in assuming that the vector at locn 0000 (actually...
  • Another Overlap problem
    When i add the ISD module to my fine project,L5 error popups at building target file. I believe that it can not be simply overlooked in that the overlap occurs in the code space memory. I am not very...
  • Another uV3 suggestion
    Just a minor one...please ? :o) It would be useful if outlining allowed you to "Collapse Current Case". This would collaps a switch() case down to just the line containing the case statement. So...