Is there kind of runtime C++ assembler library around? [closed]

六月ゝ 毕业季﹏ 提交于 2019-11-29 04:23:50

You could use Nicolas Capen's softwire. Its really not supported any more as he now works on a similar product at Transgaming called SoftAsm. Still it kinda does what you want.

Edit June 2014: - It appears the sourceforge link above has been removed but it appears to be available under an LGPL license here.

Check out Asmjit. It seems to be the thing you're looking for.

This might be a overkill, because it supports many platforms, has its own intermediate language, does optimizations, etc, but the http://llvm.org/ seems to be a god try.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!