码迷,mamicode.com
首页 > 系统相关 > 详细

【比特币】Design of a simple Virtual Machine

时间:2016-08-18 17:18:04      阅读:196      评论:0      收藏:0      [点我收藏+]

标签:

Design of a script language could be separated into Two parts: VM(virtual machine) and Translator.

Try to run a script, firstly, a grammar translator parse natural language into BYTE CODE( or assembly), which could be executed on the VM.

Here are some instructions about constructing a script VM.

to be continued.

【比特币】Design of a simple Virtual Machine

标签:

原文地址:http://blog.csdn.net/hacode/article/details/52241836

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!