共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > HoboVM |
HoboVM
|
1 | 0 | 7 |
贡献者 | 讨论 | 代码提交 |
HoboVM is a stack-based virtual machine written entirely in C#. The goal of the project is to create a scripting language and interpreter for programs written for the .NET, .NET Compact, or Mono frameworks. Currently it is capable of executing a custom assembly language stored on a virtual ROM, performing calculations and logic on a floating point stack, and swapping floats in and out of virtual RAM.