retroforth/vm/nga-c-no-libc
crc 37c4486d4f nga-c (non-libc): openbsd & freebsd on amd64 use same assembly portion now
FossilOrigin-Name: 5e9cb1051c37c681364157959dbe69f6c1bbc7e2e84cb21071242d7deb75fff0
2021-06-19 14:41:06 +00:00
..
bsd-amd64.s nga-c (non-libc): openbsd & freebsd on amd64 use same assembly portion now 2021-06-19 14:41:06 +00:00
bsd-i386.s
image.c
linux.s
macos.s
Makefile nga-c (non-libc): openbsd & freebsd on amd64 use same assembly portion now 2021-06-19 14:41:06 +00:00
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)
---------------------------------------------------------------