Lincor/VM
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
VM == Tiny 16-bit RISC virtual machine. Build requiments: * GNU GCC * GNU Binutils * GNU Libc Working with other compiler, linker or standard C library is not guaranteed. Building ======== Linux: ./configure --enable-xcb make Windows: ./configure --enable-winapi make