Skip to content

Commit 2a18041

Browse files
committed
Remove support for TR3200, update documentation.
- The Trillek project seems to be dead. - MacOS X 10.15 "Catalina" and newer won't run 32-bit programs.
1 parent 1776503 commit 2a18041

File tree

5 files changed

+5
-1933
lines changed

5 files changed

+5
-1933
lines changed

readme.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ programs.
99

1010
Code 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-
1412
The compiler is capable of compiling itself.
1513

1614
The core compiler comes with a preprocessor (ucpp), a linker and a compiler
@@ -32,8 +30,6 @@ FASM: http://flatassembler.net/
3230
CWSDPMI: https://sandmann.dotster.com/cwsdpmi/
3331
HX DOS Extender: https://web.archive.org/web/20141003032346/http://www.japheth.de/
3432
RetroBSD: http://retrobsd.org/
35-
VASM: http://sun.hasenbraten.de/vasm/
36-
Trillek: http://trillek.org/
3733

3834
Other 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
5349
The 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

v0100/binm/readme.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ Precompiled Smaller C binaries for Mac OS X.
22
These can be used for cross-compiling for DOS, Windows and Linux as well.
33

44
System 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.

0 commit comments

Comments
 (0)