Llvm-mos: Difference between revisions
From F256 Foenix
Jump to navigationJump to search
(Created page with "The [https://llvm-mos.org/wiki/Welcome llvm-mos] project is a suite of development tools aimed at 65xx processors. It comes with optimizing C and C++ compilers that are mostly compatible with the C99 and C++11 standards, allowing for modern programming styles. Foenix support is currently not integrated into the main repository (see discussion at the official [https://github.com/llvm-mos/llvm-mos-sdk/issues/263 llvm-mos GitHub]), but there is [https://github.com/llvm-mos...") |
(Added link to my F256 work with llvm-mos.) |
||
Line 2: | Line 2: | ||
Foenix support is currently not integrated into the main repository (see discussion at the official [https://github.com/llvm-mos/llvm-mos-sdk/issues/263 llvm-mos GitHub]), but there is [https://github.com/llvm-mos/llvm-mos-sdk/issues/263 fork] available with basic support for the F256K. | Foenix support is currently not integrated into the main repository (see discussion at the official [https://github.com/llvm-mos/llvm-mos-sdk/issues/263 llvm-mos GitHub]), but there is [https://github.com/llvm-mos/llvm-mos-sdk/issues/263 fork] available with basic support for the F256K. | ||
Basic F256 support and sample code can be found here: https://skunkworks.kangaroopunch.com/skunkworks/f256 |
Revision as of 15:26, 5 January 2024
The llvm-mos project is a suite of development tools aimed at 65xx processors. It comes with optimizing C and C++ compilers that are mostly compatible with the C99 and C++11 standards, allowing for modern programming styles.
Foenix support is currently not integrated into the main repository (see discussion at the official llvm-mos GitHub), but there is fork available with basic support for the F256K.
Basic F256 support and sample code can be found here: https://skunkworks.kangaroopunch.com/skunkworks/f256