sectorc
Boot sector compiler
A C compiler designed to fit within the 512-byte boot sector of an x86 machine.
A C Compiler that fits in the 512 byte boot sector of an x86 machine
2k stars
19 watching
68 forks
Language: C
last commit: 9 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A standalone compiler/assembler/linker/libc for multiple architectures | 279 |
| Compiles an XC=BASIC program to 6502 machine code for the Commodore-64 | 76 |
| A programming language and compiler framework designed to create tiny executables with support for inline C and assembly syntax | 80 |
| A compiler written in Zig to translate C code into machine-specific binary code | 1,151 |
| Translates synthesizable SystemC code to synthesizable SystemVerilog. | 256 |
| An implementation of a C11 compiler using the QBE backend and various extensions. | 737 |
| A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,836 |
| A minimal C compiler generating x86_64 assembly code | 516 |
| A compiler for the Arm architecture that compiles a subset of C to generate executables and supports just-in-time execution. | 1,018 |
| A compiler that generates code for multiple platforms from a single C source file | 1,425 |
| A compiler for C optimized for 32-bit ARM and RISC-V architectures with minimal dependencies. | 1,147 |
| A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
| A formally verified compiler for a subset of C that generates code for multiple architectures. | 1,901 |
| A modular hardware abstraction library for designing and implementing complex digital systems | 23 |
| A portable programming language with a compact intermediate representation for efficient execution on various platforms. | 733 |