ronin-code-asm
ronin-code-asm copied to clipboard
Add code generation code to convert the x86 ISA XML into Ruby classes
Add code generation code which parses the x86 ISA XML file and generates Ruby Instruction classes for all instructions. It should also generate one giant instructions.rb file which uses autoload to load each of the instruction classes.