You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.