Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Github top language
Codacy grade
Codacy coverage
Repository size
Issues
License
Commit activity
Last commit

# VSCode.x86_64Assembly

Project Icon

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 Clone

More 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 |
|:-: |
|Screenshot 1|
|Screenshot 2|