64位栈式虚拟机

Mistivia c1f94e9139 add tag preprocessor in assembler пре 4 месеци
assembler c1f94e9139 add tag preprocessor in assembler пре 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.