An open API service indexing awesome lists of open source software.

https://github.com/m4b/silicon-instructions

Display assembly instructions in a list-like format, using highlight.js
https://github.com/m4b/silicon-instructions

Last synced: over 1 year ago
JSON representation

Display assembly instructions in a list-like format, using highlight.js

Awesome Lists containing this project

README

          

# Usage

**UPDATE**: _converting to flexboxes for maximum UI flexibility, see flex branch for latest changes. Will release soon_

Highlights an array of instructions. Glows. Is somewhat efficient. Uses [highlight.js](https://highlightjs.org/).

Example:

````html

````

Works well with [silicon-disassembler](http://github.com/m4b/silicon-disassembler).

See [documentation](http://m4b.github.io/silicon-instructions) for more information and a demo.

# TODO

* Allow memory on/off option?