64位栈式虚拟机

Mistivia fb4dca6c42 finish fvm 4 月之前
assembler 74f4561982 fix () 4 月之前
scripts 789ebeb7d0 finish project framework 4 月之前
src fb4dca6c42 finish fvm 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.