64位栈式虚拟机

Mistivia 24dc16285d fix call bug 4 mesiacov pred
assembler cd81899339 add syscall 4 mesiacov pred
examples 60b8fb64bb add recursive fibonacci function as example 4 mesiacov pred
scripts 789ebeb7d0 finish project framework 4 mesiacov pred
src 24dc16285d fix call bug 4 mesiacov pred
tests 04f8a72b14 add test case for basic opcodes 4 mesiacov pred
.gitignore 04f8a72b14 add test case for basic opcodes 4 mesiacov pred
LICENSE 39f1c73025 add license 4 mesiacov pred
Makefile 789ebeb7d0 finish project framework 4 mesiacov pred
README.md 12f7b23653 add readme 4 mesiacov pred
compile_commands.json 789ebeb7d0 finish project framework 4 mesiacov pred

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.