retroforth/vm/nga-c-no-libc
crc 01b9700489 retro-native: fix use of old word names
FossilOrigin-Name: 447d56fbf6f9906299262f4657a95a2e77c260226a8bb3a4bf8cae4f2d81b429
2020-08-27 19:17:38 +00:00
..
fbsd.s
fbsd64.s
image.c
linux.s
macos.s
Makefile
README
retro.c

RETRO/Minimal (No LIBC)
---------------------------------------------------------------
This is a collection of minimal RETRO interfaces for various
systems. Though using a VM written in C, they do not require
linking against LIBC, instead using system calls to interact
with the host.

Current Implementations:

- FreeBSD (32-bit, x86)
- FreeBSD (64-bit, x86)
- Linux (32-bit, x86)
- macOS (64-bit, x86)
---------------------------------------------------------------