Lexers for assembly languages.
Unknown Field: copyright | |
Copyright 2006-2021 by the Pygments team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Class | Ca65Lexer |
For ca65 assembler sources. |
Class | CObjdumpLexer |
For the output of objdump -Sr on compiled C files. |
Class | CppObjdumpLexer |
For the output of objdump -Sr on compiled C++ files. |
Class | Dasm16Lexer |
For DCPU-16 Assembly. |
Class | DObjdumpLexer |
For the output of objdump -Sr on compiled D files. |
Class | GasLexer |
For Gas (AT&T) assembly code. |
Class | HsailLexer |
For HSAIL assembly code. |
Class | LlvmLexer |
For LLVM assembly code. |
Class | LlvmMirBodyLexer |
For LLVM MIR examples without the YAML wrapper. |
Class | LlvmMirLexer |
Lexer for the overall LLVM MIR document format. |
Class | NasmLexer |
For Nasm (Intel) assembly code. |
Class | NasmObjdumpLexer |
For the output of objdump -d -M intel. |
Class | ObjdumpLexer |
For the output of objdump -dr. |
Class | TasmLexer |
For Tasm (Turbo Assembler) assembly code. |
Function | _objdump_lexer_tokens |
Common objdump lexer tokens to wrap an ASM lexer. |