mirror of
https://gitlab.os-k.eu/os-k-team/kvisc.git
synced 2023-08-25 14:05:46 +02:00
KVISC (Kaleid Virtual Instruction Set Computer)
This program is free software, released under the terms of the MIT License |
---|
Virtual machine for a custom assembly language ...
... just for the sake of it
Will later include an assembly and possibly a basic DOS-like operating system in assembly.
Note that every file within KVISC is written using spaces for tabulation, with each tabulation being 4 spaces long.
Compile from sources
To compile, simply use at the root of this project :
make
To compile and test, simply use at the root of this project :
make test
Description
Languages
C
76.1%
Python
21.3%
Makefile
2.6%