retroforth/vm/nga-c-no-libc
crc 9ffc6f277f END -> HALT in Nga instruction naming
FossilOrigin-Name: e3a4cbb9ac94f83d9e256cdaca70addde60626771ccb68b9f784ca4b355ee2ea
2019-12-10 18:51:56 +00:00
..
fbsd.s finish reorg of main sources 2019-11-22 18:30:02 +00:00
fbsd64.s finish reorg of main sources 2019-11-22 18:30:02 +00:00
image.c finish reorg of main sources 2019-11-22 18:30:02 +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 finish reorg of main sources 2019-11-22 18:30:02 +00:00
obsd64.s finish reorg of main sources 2019-11-22 18:30:02 +00:00
README finish reorg of main sources 2019-11-22 18:30:02 +00:00
retro.c END -> HALT in Nga instruction naming 2019-12-10 18:51:56 +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)
---------------------------------------------------------------