• START167.A66
    Every time I build a target, START167.A66 is re-assebbled even though no changes were made to it. Is there a way to defeat this to save a little time?
  • START167.A66
    Every time I build a target, START167.A66 is re-assebbled even though no changes were made to it. Is there a way to defeat this to save a little time?
  • Start167.A66 IAP
    i have been reading about IAP in the C51 compiler, and that to implement IAP with a PSD is to change the StartUp.A51. Anyway, I would like to ask if anybody have done an IAP with C161CS (+ PSD)?...
  • Start167.A66 IAP
    i have been reading about IAP in the C51 compiler, and that to implement IAP with a PSD is to change the StartUp.A51. Anyway, I would like to ask if anybody have done an IAP with C161CS (+ PSD)?...
  • Start167.a66 and STKUN initializing
    In start167.a66 file, I find following assembler instruction: MOV STKOV,#(_BOS+6*2) ; INITIALIZE STACK OVFL REGISTER Why the 6*2? I could understand 4*2 because of automatic push/pop of PSW...