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