jitasm x86/x64 JIT Assembler Library http://code.google.com/p/jitasm/
jitasm is C++ library for runtime code generation of x86/x64. You can write the code like a inline assembler.
jitasm is open source software. You can distribute it under the terms of the new BSD license.
- VisualC++ 2005 or later
- GCC 4.1 or later
You just copy and include jitasm.h. Please see the sample code in "samples" directory.