UNPKG

x86

Version:

Generates x86_64 native code from assembly instructions

11 lines (10 loc) 305 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } __export(require('./operand')); __export(require('./opcode')); __export(require('./def')); __export(require('./instruction')); __export(require('./code')); __export(require('./x64'));