Skip to content

Releases: GustavoOS/C--Compiler

Stable Compiler

10 Dec 16:13
916f4af
Compare
Choose a tag to compare

Introducing new pointer reading function to OS mode.
Standard compilation defaults to the new position of slot 0 of gOS.

Stable Compiler

08 Dec 18:48
Compare
Choose a tag to compare

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

03 Feb 16:29
Compare
Choose a tag to compare
OS Enabled Pre-release
Pre-release

Generate Runtime for OS and BIOS

Initial Version

04 Dec 18:01
Compare
Choose a tag to compare
Initial Version Pre-release
Pre-release

This is the original version of the C- Compiler, intented to work with the initial version of the ARMAria processor

Intermediate Code Generator

08 Dec 18:57
Compare
Choose a tag to compare
Pre-release

Features Intermediate Code Generator, which was abandoned in later releases