内容简介:a toy jvm in awk, based on this tutorial:
awk-jvm
a toy jvm in awk, based on this tutorial: https://zserge.com/posts/jvm/
notes
-
this requires gawk, because of functions and the builtin
strtonum
-
since none of the awks can read binary, you first need to pipe the classfile through hexdump
-
example (see run.sh):
javac Add.java && hexdump -v -e '/1 "%01u "' Add.class | awk -f jvm.awk
-
example (see run.sh):
what can it do?
- not a lot (eg. call methods and basic operations, see Add.java)
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Web 2.0界面设计模式
黄玮 / 电子工业出版社 / 2013-9-1 / 59
本书集Web 2.0的发展及特点、Web 2.0界面设计模式基本理论、实际模式实践及代码实现等诸多内容于一身,具有很强的实用性。这些内容不是简单的顺序堆砌,而是以Web 2.0界面设计模式和应用为主线,其中完美地穿插了各种与之相关的Web 2.0设计理念、用户行为模式、用户体验及基于Dojo的实现方式等相关知识,真正做到将Web 2.0界面设计模式所需要的方方面面的知识有机地融为一个整体。实现不需......一起来看看 《Web 2.0界面设计模式》 这本书的介绍吧!