From 6523585c66c04cea54df50013df8886b589847d8 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 23 Jan 2012 23:36:30 +1000 Subject: Add luaproc and LuaJIT libraries. Two versions of LuaJIT, the stable release, and the dev version. Try the dev version first, until ih fails badly. --- libraries/LuaJIT-1.1.7/jitdoc/dynasm.html | 116 ++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 libraries/LuaJIT-1.1.7/jitdoc/dynasm.html (limited to 'libraries/LuaJIT-1.1.7/jitdoc/dynasm.html') diff --git a/libraries/LuaJIT-1.1.7/jitdoc/dynasm.html b/libraries/LuaJIT-1.1.7/jitdoc/dynasm.html new file mode 100644 index 0000000..de8f859 --- /dev/null +++ b/libraries/LuaJIT-1.1.7/jitdoc/dynasm.html @@ -0,0 +1,116 @@ + + + +DynASM + + + + + + + + +
+Lua +
+ + +
+

+DynASM is a Dynamic Assembler for code generation +engines. +

+

+DynASM has been developed primarily as a tool for +LuaJIT, but might be useful for other +projects, too. +

+

+If you are writing a just-in-time compiler or need to generate +code on the fly (e.g. for high-performance graphics or other +CPU-intensive computations), DynASM might be just what you +are looking for. +

+

+Please have a look at the list of Features +to find out whether DynASM could be useful for your project. +

+

+DynASM is Copyright © 2005-2011 Mike Pall. +DynASM is free software, released under the +» MIT/X license. +

+ +

More ...

+

+Sorry, right now there is no proper documentation available other +than some Examples and of course +the source code. The source is well documented, though (IMHO). +

+

+I may add more docs in case someone actually finds DynASM to be +useful outside of LuaJIT. If you do, I'd like to +hear from you, please. Thank you! +

+

+If you want to check it out please visit the +» Download page and fetch the most recent +version of LuaJIT. All you need is in the dynasm directory. +For some complex examples take a peek at the +*.dasc and *.dash files in LuaJIT, too. +

+
+
+ + + -- cgit v1.1