ronin-code-asm icon indicating copy to clipboard operation
ronin-code-asm copied to clipboard

Add code generation code to convert the x86 ISA XML into Ruby classes

Open postmodern opened this issue 8 months ago • 0 comments

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.

postmodern avatar Feb 18 '25 10:02 postmodern