https://github.com/13xforever/x86_64-assembly-vscode
Visual Studio Code package with x86 and x86_64 assembly syntax support
https://github.com/13xforever/x86_64-assembly-vscode
Last synced: 17 days ago
JSON representation
Visual Studio Code package with x86 and x86_64 assembly syntax support
- Host: GitHub
- URL: https://github.com/13xforever/x86_64-assembly-vscode
- Owner: 13xforever
- License: mit
- Created: 2015-10-15T13:37:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-30T15:41:05.000Z (over 1 year ago)
- Last Synced: 2023-07-30T15:42:32.572Z (over 1 year ago)
- Homepage:
- Size: 37.1 KB
- Stars: 68
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
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 extensionsSource code
===========
VS Code package is exported from [Textmate/Sublime Bundle](https://github.com/13xforever/x86-assembly-textmate-bundle), all issues and pull requests should be filed there.To compile the yaml sources to tmLanguage, you'll need [PackageDev](https://packagecontrol.io/packages/PackageDev) (`x86_64 Assembly.YAML-tmLanguage`).
Contributors
============
[YASM tests](Tests/yasm-regression) are provided by [yasm-regression](https://github.com/yasm/yasm-regression) project.Examples
========
* Sublime Text 4

* Visual Studio Code with Eva theme
