kvisc/README.md

26 lines
779 B
Markdown
Raw Permalink Normal View History

2019-12-21 00:48:29 +01:00
# KVISC (Kaleid Virtual Instruction Set Computer)
2019-12-21 00:53:44 +01:00
| ![MIT Logo](https://www.os-k.eu/MITLLOGO.png) | This program is free software, released under the terms of the [MIT License](LICENSE) |
2019-12-21 00:48:29 +01:00
|----------------------------------------------|----------------------------------------------------------------------|
2019-12-21 00:54:20 +01:00
### Virtual machine for a custom assembly language ...
2019-12-21 00:48:29 +01:00
... just for the sake of it
2019-12-21 00:53:20 +01:00
Will later include an assembly and possibly a basic DOS-like operating system in assembly.
2019-12-21 00:48:29 +01:00
2019-12-21 00:54:20 +01:00
Note that every file within KVISC is written using spaces for tabulation, with each
2019-12-21 00:48:29 +01:00
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
```