64位栈式虚拟机

Mistivia 8ef622fc57 finish fvm-as преди 4 месеца
assembler 8ef622fc57 finish fvm-as преди 4 месеца
scripts 789ebeb7d0 finish project framework преди 4 месеца
src 04f8a72b14 add test case for basic opcodes преди 4 месеца
tests 04f8a72b14 add test case for basic opcodes преди 4 месеца
.gitignore 04f8a72b14 add test case for basic opcodes преди 4 месеца
LICENSE 39f1c73025 add license преди 4 месеца
Makefile 789ebeb7d0 finish project framework преди 4 месеца
README.md 12f7b23653 add readme преди 4 месеца
compile_commands.json 789ebeb7d0 finish project framework преди 4 месеца

README.md

Fantasy Virtual Machine

A 64-bit stack-based virtual machine and its assembler, created for fun. The design principles are simplicity, clarity, portability, and ease of understanding. Future plans include programming language-related experiments based on this as foundation.