Skip to content

x86 assembly (GNU assembler, AT&T style) for highlightjs

License

Notifications You must be signed in to change notification settings

gondow/highlightjs-x86asmatt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x86 assembly syntax (GNU assembler, AT&T style) for highlight.js

exmaple

Usage

Simply include the highlight.js library in your webpage or Node app, then load this module.

Static website or simple usage

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>

License

x86asmatt.js is released under the MIT License.

Author

Katsuhiko Gondow gondow@cs.titech.ac.jp

Links

About

x86 assembly (GNU assembler, AT&T style) for highlightjs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published