node-asm-ref

0.0.6 • Public • Published

Build Status

node-asm-ref is a Node.js binding for the libx86-ref library.

It allows to query a database about assembly language instructions to ask questions such as:

  • "What are the instructions starting with the string "ADD"?"
  • "What are the register flags affected by the CALL instruction?".
  • "How does the RET instruction works in details?".

It is useful when creating documentation tools for assembly language, like searchable online documentation or to integrate a reference documentation into a program like a code editor or an IDE.

Readme

Keywords

Package Sidebar

Install

npm i node-asm-ref

Weekly Downloads

1

Version

0.0.6

License

ISC

Last publish

Collaborators

  • jgilli