PVC-16 virtual machine with x86 inspired abstract architecture. Allows to make graphical applications.
located in pvc-asm/examples
- hello-world.pvc hello world!
- brainfuck.pvc simple brainfuck impl without input.
- bresenham.pvc buggy impl of bresenham's algorithm.
- life.pvc impl of conway's game of life
- compile asm file
pvc-asm examples/hello-world.pvc -o output.bin
- run
pvc-16 output.bin