x86 assembly syntax (GNU assembler, AT&T style) for highlight.js
Simply include the highlight.js
library in your webpage or Node app, then load this module.
Simply load the module after loading highlight.js
. You'll use the minified version found in the dist
directory.
<script type="text/javascript" src="/path/to/highlight.min.js"></script>
<script type="text/javascript" src="/path/to/x86asmatt.min.js"></script>
<script type="text/javascript">
hljs.highlightAll();
</script>
x86asmatt.js
is released under the MIT License.
Katsuhiko Gondow gondow@cs.titech.ac.jp
- The official site for the
highlight.js
library is https://highlightjs.org/. - The
highlight.js
GitHub project: https://github.com/highlightjs/highlight.js