Skip to content

Stable Compiler

Compare
Choose a tag to compare
@GustavoOS GustavoOS released this 08 Dec 18:48
· 1 commit to master since this release

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