apuder / TRS-LIB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TRS-LIB

TRS-LIB is a small, C-based library that offers simple UI elements for TRS-80 applications. The Small Devices C Compiler (sdcc 4.2.0) can be used to generate CMD executables that run on a standard TRS-80. TRS-LIB offers a C-API for TRS-IO to easily use Internet sockets (TRS-NIC) and POSIX-style file access (TRS-FS). Below is a screen capture to show some of its features.

Among TRS-LIB features are:

Download a pre-compiled CMD to run a demo on a TRS-80 Model 1 or MIII. Note that a TRS-IO card is required for TRS-NIC and TRS-FS.

TRS-LIB can be compiled on a host using:

git clone https://github.com/apuder/TRS-LIB.git
cd TRS-LIB
make

About


Languages

Language:C 96.4%Language:C++ 2.6%Language:Makefile 0.8%Language:CMake 0.2%