Go to file
julianb0 36172f6588 up 2020-01-09 12:53:03 +01:00
as e-regs 2019-09-07 16:45:03 +02:00
fs ppc 2019-08-21 19:10:26 +02:00
ka vm 2019-09-09 14:27:15 +02:00
vm up 2020-01-09 12:53:03 +01:00
.gitignore fs 2019-08-05 14:56:22 +02:00
LICENSE assembly 2019-05-19 19:54:29 +02:00
Makefile vm 2019-08-16 13:29:38 +02:00
README.md Update README.md 2019-12-21 00:54:20 +01:00

README.md

KVISC (Kaleid Virtual Instruction Set Computer)

MIT Logo 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