This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Old Keil C51 Compiler Downloads that read *.wsp files?

Does anyone know how I could download an older version of the C51 compiler/IDE that can read a *.wsp file? I believe this to be a project file. When I look at it in Notepad, it looks like this:
[WorkState_v1_1]
ptn_Child1=DockState
ptn_Child2=ToolBarMgr
ptn_Child3=Frames
ptn_Child4=ProjectTarget
ptn_Child5=WorkSpaceName
ptn_Child6=SerialPort
ptn_Child7=StepInc
ptn_Child8=DisassemblyAutoView
ptn_Child9=Watch0Base
ptn_Child10=Watch1Base
ptn_Child11=Vendor
ptn_Child12=Assembler
ptn_Child13=AssFlag
ptn_Child14=AssFormat
ptn_Child15=Compiler
ptn_Child16=CompFlag
ptn_Child17=CompFormat
ptn_Child18=RunOptimizer
It goes on and on for about 55 KB, so I didn't want to bore you...
Thanks,
Dan

  • I was able to download the trial version of Keil's C51 Compiler and create my own uvprojx file. This allows me to browse the code quite well, but I would love to be able to simulate it. This may be a case of me buying the latest license.
    Oh well...
    Regards,
    Dan

  • an older version of the C51 compiler/IDE that can read a *.wsp file?

    Not Keil's one. But a quick google points at the Silicon Labs IDE, which uses Keil's C51 as its back-end.