Skip to content

kostyabet/VSCode-FASM-ext

Repository files navigation

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!

About

FASM language extension for Visual Studio Code

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •