Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fredhappyface/vscode.x86_64assembly
VS Code plugin providing language support for x86_64 assembly language in a variety of dialects
https://github.com/fredhappyface/vscode.x86_64assembly
assembly assembly-x86 language-support nasm vscode vscode-extension vscode-language yasm
Last synced: 14 days ago
JSON representation
VS Code plugin providing language support for x86_64 assembly language in a variety of dialects
- Host: GitHub
- URL: https://github.com/fredhappyface/vscode.x86_64assembly
- Owner: FredHappyface
- License: mit
- Created: 2020-01-14T14:39:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T16:02:07.000Z (almost 4 years ago)
- Last Synced: 2024-11-18T09:11:53.583Z (3 months ago)
- Topics: assembly, assembly-x86, language-support, nasm, vscode, vscode-extension, vscode-language, yasm
- Homepage:
- Size: 310 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# VSCode.x86_64Assembly
Taken from: https://github.com/13xforever/x86_64-assembly-vscode
## Why not forked?
It was not possible to add issues to the forked version - if you have a problem/
question feel free to open an issue.## Modifications
- Registers case insensitive
- Highlights strings## About
VS Code plugin providing language support for x86_64 assembly language in a variety of dialects (nasm/yasm primarily, but could highlight tasm/gas to some extent).## Features
- Basic support for NASM/YASM/TASM/GAS 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/NPX/SGX
- other AMD/Cyrix/VIA and planned future Intel extensions## Download
### Clone
#### Using The Command Line
1. Press the Clone or download button in the top right
2. Copy the URL (link)
3. Open the command line and change directory to where you wish to
clone to
4. Type 'git clone' followed by URL in step 2
```bash
$ git clone https://github.com/FredHappyface/[repository]
```More information can be found at
#### Using GitHub Desktop
1. Press the Clone or download button in the top right
2. Click open in desktop
3. Choose the path for where you want and click CloneMore information can be found at
### Download Zip File
1. Download this GitHub repository
2. Extract the zip archive
3. Copy/ move to the desired location## Licence
MIT License
Copyright (c) 2019 Kieran W
Copyright (c) 2012-2015 Ilya Veselov (13xforever)
(See the [LICENSE](/LICENSE.md) for more information.)## Screenshots
### Desktop
|Screenshots |
|:-: |
||
||