• Need Archimedes Compiler V5.01
    My company has a license for Archimedes Compiler C-51 Version 5.01 but a file has become corrupted in our software library and we do not have the original disks. Does anyone out there have a copy that...
  • Older C compiler bug
    I ran across a compiler bug in fairly recent renditions of the C51 compiler. unsigned char i,j; for (i=5; i<11; i--) j += i; Rather than walking the indexes 5,4,...0, this code goes 5,4,.....
  • Archimedes Compatibility
    I have some code that was developed using the Archimedes Complier. I'm thinking about purchasing the DK51 complier. Has anyone had any expierence on what difficulties I may face? Thanks
  • older versions of C51
    I need to install C51 version 8.17a to complete some updates to an old project. Where can I get the installation file?
  • Old Archimedes V4 linker
    Does anyone remember on the old Archimedes Version 4 linker (before Keil bought them out) how to link into a HEX file? Or how to convert from the old .A03 file to a HEX file. Version 5 software linked...