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
- Host: GitHub
- URL: https://github.com/kostyabet/vscode-fasm-ext
- Owner: kostyabet
- License: mit
- Created: 2025-01-18T08:59:06.000Z (over 1 year ago)
- Default Branch: release
- Last Pushed: 2026-01-14T15:15:51.000Z (6 months ago)
- Last Synced: 2026-01-14T17:34:27.927Z (5 months ago)
- Topics: fasm, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 1.13 MB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FASM ext - FlatASM language extension



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!