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
- Host: GitHub
- URL: https://github.com/m4b/silicon-instructions
- Owner: m4b
- License: bsd-3-clause
- Created: 2015-08-12T07:58:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-27T05:05:30.000Z (almost 11 years ago)
- Last Synced: 2025-01-04T21:24:37.780Z (over 1 year ago)
- Language: CSS
- Size: 2.5 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?