- Minor reorganization of source code (split defs to operand and instruction info).

- Added JECXZ instruction.
- Doxyfile is now in project root.
- Documentation updates.
This commit is contained in:
kobalicek
2014-05-10 21:19:50 +02:00
parent bd1a5facb8
commit 1a73e65534
69 changed files with 9451 additions and 5174 deletions

View File

@@ -225,7 +225,7 @@ var main = function(files) {
main([
{
name: "../src/asmjit/x86/x86defs.cpp",
name: "../src/asmjit/x86/x86inst.cpp",
arch: "x86",
suffixes: [
"a", "ae",