Skip to content

Commit

Permalink
Remove support for TR3200, update documentation.
Browse files Browse the repository at this point in the history
- The Trillek project seems to be dead.
- MacOS X 10.15 "Catalina" and newer won't run 32-bit programs.
  • Loading branch information
alexfru committed Oct 6, 2020
1 parent 1776503 commit 2a18041
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1,933 deletions.
6 changes: 2 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ programs.

Code generation for MIPS CPUs is also supported (primarily for RetroBSD).

Code generation for the TR3200 CPU and VASM is supported (see Trillek).

This comment has been minimized.

Copy link
@adam4813

adam4813 Feb 25, 2021

Ah, but maybe not?


The compiler is capable of compiling itself.

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

Other projects based on/using Smaller C:
"ROM C" (like ROM Basic but C): https://hackaday.io/project/29198-native-c-pic32-color-video-on-tv
Expand All @@ -52,3 +48,5 @@ The New C Standard: An Economic and Cultural Commentary:
http://www.knosof.co.uk/cbook/cbook.html
The Development of the C Language by Dennis M. Ritchie:
https://www.bell-labs.com/usr/dmr/www/chist.html
The Standard C Library by P.J. Plauger
https://www.amazon.com/dp/0131315099
3 changes: 2 additions & 1 deletion v0100/binm/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ Precompiled Smaller C binaries for Mac OS X.
These can be used for cross-compiling for DOS, Windows and Linux as well.

System requirements:
- Mac OS X 10.6 Snow Leopard or better
- Mac OS X 10.6 "Snow Leopard" to 10.14 "Mojave".
Won't work on 10.15 "Catalina" or newer.
Loading

0 comments on commit 2a18041

Please sign in to comment.