Logo by Kicko (anonymous IP: 3.22.42.189,0) | ||||||||||||
| ||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
 Amigans.net  OpenAmiga  Aminet  UtilityBase  IntuitionBase  AmigaBounty
Support the site
|
[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] This is the source code of E Compiler X. ECX is an E Compiler written from scratch in E, it supports 68020+FPU and PowerPC cpus, AmigaOS 3.1 and MorphOS operating systems. High source as well as binary compatibility, together with many improvements over previous implementations of the language. ECX homepage: blubbedev.net/ecx The main compiler sources comes under this license: /*********** THE ECX COMPILER LICENSE ******************************* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: o Redistributions must not be of commercial nature and must be free of charge. o Copyright notices and this LICENSE may not be altered or removed from any source code. o Redistributions in binary form must reproduce all copyright notices and this LICENSE in the documentation and/or other materials provided with the distribution. o Redistributions of modified source code should not be misrepresented as the original and must clearly show who has modified it. o Redistributions of modified binaries should not be misrepresented as the original and must use a different program name and a different archive name. o Redistributions of modified binaries must in the documentation and/or other materials provided with the distribution, provide a brief explanation about how your work is based on this work. This software is provided 'as-is', without any express or implied warranty. In no event will the author(s) be held liable for any damages arising from the use of this software. Use at your own risk. ************ END OF ECX COMPILER LICENSE ***************************/ Parts of the compiler comes under simpler licenses with less conditions. The startup/library codes and internal functions comes under zlib/libpng license. The support tools comes under the ECX TOOLS LICENSE, see ECXTOOLSLICENSE.TXT Each source describes what license it uses. The compiler is written in E, Startup/library codes are written in E, internal functions are written in 68k assembler + ppc assembler, Support tools are written in E. To build the compiler you will need: 1. A special version of EC (called testec, see separate archive), to build the 68k version of ECX. 2. AsmOne or similar to assemble the 68k internal functions into amiga link object. 3. PAsm or similar to assemble the ppc internal functions into amiga link object. 4. ECX(!) to compile startup/library code modules. Leif Salomonsson [dev blubbedev net] Sept 2013
|
Copyright (c) 2004-2024 by Björn Hagström All Rights Reserved Amiga OS and its logos are registered trademarks of Hyperion Entertainment |