File tree Expand file tree Collapse file tree 5 files changed +5
-1933
lines changed Expand file tree Collapse file tree 5 files changed +5
-1933
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ programs.
99
1010Code generation for MIPS CPUs is also supported (primarily for RetroBSD).
1111
12- Code generation for the TR3200 CPU and VASM is supported (see Trillek).
13- 
1412The compiler is capable of compiling itself.
1513
1614The core compiler comes with a preprocessor (ucpp), a linker and a compiler
@@ -32,8 +30,6 @@ FASM: http://flatassembler.net/
3230CWSDPMI: https://sandmann.dotster.com/cwsdpmi/
3331HX DOS Extender: https://web.archive.org/web/20141003032346/http://www.japheth.de/
3432RetroBSD: http://retrobsd.org/
35- VASM: http://sun.hasenbraten.de/vasm/
36- Trillek: http://trillek.org/
3733
3834Other projects based on/using Smaller C:
3935"ROM C" (like ROM Basic but C): https://hackaday.io/project/29198-native-c-pic32-color-video-on-tv
@@ -52,3 +48,5 @@ The New C Standard: An Economic and Cultural Commentary:
5248  http://www.knosof.co.uk/cbook/cbook.html
5349The Development of the C Language by Dennis M. Ritchie:
5450  https://www.bell-labs.com/usr/dmr/www/chist.html
51+ The Standard C Library by P.J. Plauger
52+   https://www.amazon.com/dp/0131315099
Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ Precompiled Smaller C binaries for Mac OS X.
22These can be used for cross-compiling for DOS, Windows and Linux as well.
33
44System requirements:
5- - Mac OS X 10.6 Snow Leopard or better
5+ - Mac OS X 10.6 "Snow Leopard" to 10.14 "Mojave".
6+   Won't work on 10.15 "Catalina" or newer.
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments