You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
as | 4 years ago | |
fs | 4 years ago | |
ka | 4 years ago | |
vm | 3 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
Makefile | 4 years ago | |
README.md | 3 years ago |
README.md
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