-
Code highlighting: -
Build & Run/Debug:Build and Run:
Debug:
- Run
Olly Dbgby use active*.exefile.
Has been running by usingCtrl + F5.
- Run
Setup your config in file settings.json & task.json in folder .vscode:
In file settings.json:
{
"fasm.assemblerPath": "c:\\Users\\divmone\\Documents\\dev\\VSCode-FASM-ext\\bin\\fasm",
"fasm.includePath": "c:\\Users\\divmone\\Documents\\dev\\VSCode-FASM-ext\\bin\\fasm\\include"
}
assemblerPath- path to thefasmfolder
includePath- path to theincludefolder in fasm compiller
In file task.json:
{
...
"activeFilePath": "c:\\Users\\divmone\\Downloads\\fasm\\EXAMPLES\\HELLO\\HELLO.ASM",
"executionFilePath": "c:\\Users\\divmone\\Downloads\\fasm\\EXAMPLES\\HELLO\\HELLO.exe",
"debuggerFilePath": ""
}
activeFilePath- path to the main file from which compiler start building
executionFilePath- path where you want to store*.exefile
debuggerFilePath- path to theolly.dbg
Press star on our GitHub repo please!


