asm-brush

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 http://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.

SyntaxHighlighter Evolved: VHDL Brush

This plugin enables the syntax colorization for the VHDL and Verilog languages by extending the Syntax Highlighter Evolved functionality (and thus, you need to have it installed). For VHDL examples you can check some of my posts at Estado Finito. Here is another example, using the Xilinx UCF and VH.........

Similar: 50%

Code Repository

Allows users to save scripts and code snippets, using built in WordPress post revisioning. Scripts will be shown on yourblog.com/code. Using curl on a script url curl -sS yourblog.com/code/scriptname/ will return an unformatted version of the code, suitable for shell sourcing....

Similar: 34%

WP Code Highlight.js

This is a wordpress plugin for highlight.js library. Highlight.js highlights syntax in code examples on any web pages. It's very easy to use because it works automatically: finds blocks of code, detects a language, highlights it. This plugin allow you load highlight.js from local storage or from C.........

Similar: 23%

SyntaxHighlighter Evolved: H Brush

Adds support for the H language in SyntaxHighlighter Evolved plugin. As used in mobile app "Hacked". Plugin includes a Hackpad theme to make your code samples resemble what they would look like in the Hacked app Hackpad UI. Requires SyntaxHighlighter Evolved plugin to be installed first. You can.........

Similar: 23%

SyntaxHighlighter Evolved: Cside Brush

This simple WordPress plugin adds support for the Dynamics NAV CAL Cside Programming Language, extending the SyntaxHighlighter Evolved plugin. Usage Instructions, see this plugin's homepage. Requires SyntaxHighlighter Evolved plugin to be installed first....

Similar: 20%

PHPull

PHPull is a WordPress plugin for developers who wish to easily and accurately reference php functions directly from the PHP.net website. The plugin is very easy to use and the tooltip display is easily customizable by updating an existing stylesheet theme or creating your own. More detailed informa.........

Similar: 19%

rtSyntax

Uses highlight.js. 26 themes included. 55 languages supported (54 from highlight.js + 1 for nginx commands). Auto-detects language. Super-optimised, only loads js for the language. Adds buttons to tinyMCE for ease of adding code blocks. Optimised code with minimal overheads. All code on Github. ...

Similar: 17%

SmartAss Highlighter

SmartAss Highlighter is a simple and easy to use code prettifier for wordpress. The code between <pre> and </pre> tags is highlighted. Almost all languages are supported, no need to mention the code language. Customizable for each post, use [highlighter] shortcode to enable for particul.........

Similar: 12%

WP Code Highlight

WP Code Highlight provides syntax highlighting of source code snippets and it is W3C valid. Wrap code blocks with <pre> and </pre> It provides a code button(HTML editor) to help you insert code in articles easily. You don't need to specify the language since WP Code Highlight will gues.........

Similar: 10%

Power Code Editor

Helps you more effectively edit your themes or plugins when you only have access to a browser, by enabling syntax highlighting in WordPress' integrated source code editors. Supports PHP, HTML, CSS and JavaScript. Please provide any feedback at http://anetech.eu/power-code-editor/ Everything is don.........

Similar: 7%