Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>FASM extensionNew to Visual Studio Code? Get it now.
FASM extension

FASM extension

MukhinBetenyaInc

|
401 installs
| (2) | Free
FASM language extension for visual studio code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FASM ext - FlatASM language extension

Static Badge Static Badge

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!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft