Releases: GustavoOS/C--Compiler
Releases · GustavoOS/C--Compiler
Stable Compiler
Stable Compiler
Featuring:
- OS mode with a Runtime that allows OS to access registers
- New C- operators:
- % modulus
- << left shift
- >> right shift
- ^ bitwise XOR
- & bitwise AND
- | bitwise OR
OS Enabled
Generate Runtime for OS and BIOS
Initial Version
This is the original version of the C- Compiler, intented to work with the initial version of the ARMAria processor
Intermediate Code Generator
Features Intermediate Code Generator, which was abandoned in later releases