GitPedia
alexfru

alexfru/SmallerC

Simple C compiler

3 Releases
Latest: 1y ago
Binary release with DOS and Windows binariesv1.0.2+dos.win.b120a9cLatest
alexfrualexfru·1y ago·August 4, 2024
GitHub

📋 Changes

  • DOS binaries: regular (under ```bind```) and DPMI (under ```bindp```).
  • Windows binaries (under ```binw```).
  • CWSDPMI r5 dependency for the DOS DPMI binaries.
  • Include and library files (under ```include``` and ```lib``` respectively).
  • Test programs (under ```tests```).
  • The compiler sources.
  • NASM (you'll need version 2.03 or later).
  • Binaries for Linux and MacOS.
  • + 5 more
Binary release with DOS and Windows binariesv1.0.1+dos.win.1ab15c7
alexfrualexfru·4y ago·September 14, 2021
GitHub

📋 Changes

  • DOS binaries: regular (under ```bind```) and DPMI (under ```bindp```).
  • Windows binaries (under ```binw```).
  • CWSDPMI r5 dependency for the DOS DPMI binaries.
  • Include and library files (under ```include``` and ```lib``` respectively).
  • Test programs (under ```tests```).
  • The compiler sources.
  • NASM (you'll need version 2.03 or later).
  • Binaries for Linux and MacOS.
  • + 4 more
Binary release with DOS and Windows binariesv1.0.0+dos.win.2a18041
alexfrualexfru·4y ago·August 29, 2021
GitHub

📋 Changes

  • DOS binaries: regular (under ```bind```) and DPMI (under ```bindp```).
  • Windows binaries (under ```binw```). They need to be assembled from parts
  • CWSDPMI r5 dependency for the DOS DPMI binaries.
  • Include and library files (under ```include``` and ```lib``` respectively).
  • Test programs (under ```tests```).
  • The compiler sources.
  • NASM (you'll need version 2.03 or later).
  • Binaries for Linux and MacOS.
  • + 4 more