UNPKG

32bit-adressing-table-modrm

Version:

Intel- 32-Bit Addressing Forms with the ModR/M Byte converted to an easily searchable Hashmap, also includes a reverse search.

6 lines (5 loc) 181 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Table = void 0; var table_1 = require("./src/table"); exports.Table = new table_1.Table();