mu0:MU0 ASM编译器和虚拟机可通过调试选项和模块兼容性来模拟CPU内存代码执行 源码
MU0 VM和编译器 使用说明 安装 为了安装它,可以从下载二进制文件,或者安装并运行以下命令: go get github.com/thee-engineer/mu0 用法 安装或编译程序后: mu0 build source.s source.o # This will compile the given source to a binary mu0 run source.o # Execute the binary 建立 除了构建Go编译器和VM之外,Go不需要其他任何特殊功能。 git clone git@github.com:thee-engineer/mu0.git cd m
文件列表
mu0-master.zip
(预估有个17文件)
mu0-master
example
source.asm.o
38B
source.asm
292B
docs
uomboard.png
582KB
README.md
2KB
vm
vm.go
5KB
builtin
暂无评论