retroforth/vm/nga-c-no-libc
crc 0d1b43a7a9 nga-c: non-libc on openbsd no longer needs nasm
FossilOrigin-Name: cf9d25aca548dfd5ec8b17ca4eb845ce414e19169358b6d6deeaa4b65e2eb50b
2021-06-19 05:47:10 +00:00
..
bsd-amd64.s nga-c: non-libc: openbsd-amd64 support, source cleanups 2021-06-17 18:49:53 +00:00
bsd-i386.s nga-c: non-libc: openbsd-amd64 support, source cleanups 2021-06-17 18:49:53 +00:00
image.c nga-c: non-libc version updated. closes #59 2021-06-17 13:58:50 +00:00
linux.s finish reorg of main sources 2019-11-22 18:30:02 +00:00
macos.s finish reorg of main sources 2019-11-22 18:30:02 +00:00
Makefile nga-c: non-libc on openbsd no longer needs nasm 2021-06-19 05:47:10 +00:00
openbsd.s nga-c: non-libc on openbsd no longer needs nasm 2021-06-19 05:47:10 +00:00
README finish reorg of main sources 2019-11-22 18:30:02 +00:00
retro.c nga-c: non-libc version updated. closes #59 2021-06-17 13:58:50 +00:00

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)
---------------------------------------------------------------