ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

x​86 and x​86_64 Assembly

by 13xforever ALL

A bundle for TextMate/Sublime Text providing syntax highlighting for x86 assembly code.

Details

Installs

  • Total 38K
  • Win 19K
  • Mac 7K
  • Linux 12K
Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4 Feb 3 Feb 2 Feb 1 Jan 31 Jan 30 Jan 29 Jan 28 Jan 27 Jan 26 Jan 25 Jan 24 Jan 23 Jan 22 Jan 21 Jan 20 Jan 19 Jan 18 Jan 17 Jan 16 Jan 15 Jan 14 Jan 13 Jan 12 Jan 11 Jan 10 Jan 9 Jan 8
Windows 2 2 2 8 3 3 2 1 0 3 1 3 3 1 0 2 4 3 1 6 3 1 4 1 3 2 2 1 4 2 5 3 2 1 2 2 1 2 2 1 2 3 1 6 1 0
Mac 0 0 0 0 1 0 1 0 0 0 0 2 1 0 0 2 1 1 0 1 1 1 1 4 1 1 1 1 0 1 1 1 2 0 0 0 0 0 1 1 0 1 1 0 1 1
Linux 0 2 5 3 2 2 0 5 2 3 5 3 0 0 2 1 0 1 0 0 3 3 6 1 4 2 3 1 3 3 1 1 1 0 1 2 3 3 3 5 0 3 0 4 0 0

Readme

Source
raw.​githubusercontent.​com

About

This is a TextMate/Sublime/VS Code bundle providing language support for x86_64 assembly language in a variety of dialects (nasm/yasm primarily, but could highlight tasm to some extent).

Features

  • Basic support for NASM/YASM/TASM syntaxes
  • Most up-to-date instruction sets:
    • Legacy/undocumented registers and instructions
    • FPU/MMX/3DNow!
    • SSE/SSE2/(S)SSE3/SSE4/SSE4.1/SSE4.2/SSE4.a
    • AVX/AVX2/AVX512, including pseudo-ops
    • AES-NI/SHA
    • VMX/SMX/MPX/SGX
    • Key Locker
    • APX
    • other AMD/Cyrix/VIA and planned future Intel extensions

Source code

The latest version of this package should be available on GitHub.

Primary syntax file is NASM Assembly.sublime-syntax that is up-to-spec as of NASM manual 2.16.01.

To compile the yaml sources to tmLanguage, you'll need PackageDev (x86_64 Assembly.YAML-tmLanguage, ST2 and older only).

Contributors

YASM tests are provided by yasm-regression project.

Examples

  • Sublime Text 4
  • Visual Studio Code with Eva theme