0.0.6 • Published 10 years ago

node-asm-ref v0.0.6

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

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.

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago