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

https://github.com/kostyabet/vscode-fasm-ext

FASM language extension for Visual Studio Code
https://github.com/kostyabet/vscode-fasm-ext

fasm vscode-extension

Last synced: 5 months ago
JSON representation

FASM language extension for Visual Studio Code

Awesome Lists containing this project

README

          

# FASM ext - FlatASM language extension

![Static Badge](https://img.shields.io/badge/Node_Js-20.18.0-2354cc)
![Static Badge](https://img.shields.io/badge/npm-10.8.2-707d9c)

Extension for VSCode for more convenient programming on FlatASM.

## Features
- _`Code highlighting`_:
- Extension highlight `fasm`:
- instractions (`mov`, `add`, `sub`, ...);
- registers (`eax`, `ebx`, `edi`, ...);
- strings (`'str'`, `"str"`, ...);
- numbers (`0x123`, `010101b`, ...);
- types of data (`db`, `dd`, `dw`, ...).

- _`Build` / `Run` / `Debug`_:
- __`Run`__:
- Compiling and run programm.
Has been running by using `F5` or press on the button .
Compiling file it is file which be active at the moment when configuration file creates.
`*.exe` file created on compiling file. This file can be changed in `tasks.json`.
- __`Debug`__:
- Run `Olly Dbg` by use active `*.exe` file.
Has been running by using `Ctrl + F5`.
- __`Compile`__:
- _In progress..._

## Source code
GitHub repo

## License
MIT

## Support
Press star on our GitHub repo please!