seird / nasm-vscode

a template for a simple c + nasm vscode project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build

a template for a simple c + nasm vscode project

Clone

$ git clone https://github.com/seird/nasm-vscode.git

Run

$ make run

Debug in vscode

Build the project and start gdb debugger in vscode (Does not step into assembly):

F5

Gdb commands can be entered in the debug console, e.g.:

-exec disas main

-exec stepi

Debug in ddd

Build the project and launch ddd:

$ make ddd

About

a template for a simple c + nasm vscode project


Languages

Language:C 67.5%Language:Makefile 22.1%Language:Assembly 10.4%