Begin3 Title: Orange C Version: 6.0.45.1 Entered-date: 2020-05-17 Modified-date: 2020-07-17.0 Description: The Orange Toolchain is designed for DOS/WIN32. It uses win32 binaries along with Japheth's WIN32 emulator for DOS to get the MSDOS functionality. Summary: The Orange C/C++ Compiler is new work which includes an optimizing compiler, a tool chain, and an IDE. The compiler itself uses various standard techniques, as well as some interesting techniques mentioned in literature. This compiler has support for the various C standards through C11, and full support for C++ 14. The IDE for the compiler is a full featured C/C++ language IDE including a colorizing editor with code completion, integrated make facility, debugger, and a WIN32 resource editor. The tool chain is highly generic and the possibility exists to customize it for embedded platforms (or for that matter for example for other operating systems) using various linker customization files along with backend code generation programs. The existing backend code generation programs support WIN32 and MSDOS executable formats, along with a backend generator that will output Intel and Motorola hex files. The assembler uses a simple architecture description language to customize the code generation. The C Run time library this compiler uses is an enhancement of the RTL used by CC386. The Run time library in this package has WIN32 headers and an import library, many windows programs will compile with it although there are a few incompatibilities. Keywords: develop, c Author: David Lindauer Maintained-by: Primary-site: http://ladsoft.tripod.com/orange_c_compiler.html Alternate-site: Original-site: http://ladsoft.tripod.com/orange_c_compiler.html Platforms: DOS Copying-policy: GNU General Public License, Version 3 Group: devel CRC: 9679fa56 MD5: 3d66db87a70c0238ca513a6de2797529 SHA: 5cc51a34e3d9665803fbd2bed3494d4b1bc780bfcf2fcfee0aa029a02d8c3e30 End