asm-brush

This is an assembly language brush for the "SyntaxHighlighter Evolved" plugin. It will enable customizable highlighting of assembly code.

Author:chlankboot (profile at wordpress.org)
WordPress version required:2.9
WordPress version tested:3.0.5
Plugin version:1.0.1
Added to WordPress repository:14-12-2010
Last updated:15-12-2010
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.chlankboot.com/blog/asm-brush
Total downloads:1 657
Active installs:20+
plugin download
Click to start download

asm-brush is small WordPress plugin I wrote and dedicated to the dinosaurs (like me) who still use and want to share assembly language source code. It is a brush designed to work with the SyntaxHighlighter Evolved https://wordpress.org/extend/plugins/syntaxhighlighter/ WordPress plugin (written by Viper), itself based on the SyntaxHighlighter JavaScript package by Alex Gorbatchev. To be able to use this brush, you will need the asm-brush as well as the SyntaxHighlighter Evolved plugins installed.

To highlight your assembly code, simply wrap it between [assembly] and [/assembly] or [x86] and [/x86] tags.

The brush detects and applies different styles to the following elements:

  • Registers
  • Assembly language user instructions
  • Assembly language system instructions
  • FPU instructions
  • Multimedia instructions
  • MASM specific directives & instructions
  • Numbers (decimal and hexadecimal)
  • IDA (The Interactive Disassembler) labels

The styles are easily customizable by editing the CSS file.


FAQ
ChangeLog