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.
 
 
 
julianb0 36172f6588
up
3 years ago
as e-regs 4 years ago
fs ppc 4 years ago
ka vm 4 years ago
vm up 3 years ago
.gitignore fs 4 years ago
LICENSE assembly 4 years ago
Makefile vm 4 years ago
README.md Update README.md 3 years ago

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