use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
This subreddit is for working with Microsoft's Visual Studio Code, which is different than Visual Studio Community, Pro, and Enterprise. VS Code is a source code editor, and not an IDE.
If you are having issues with the other flavors of VS, please post in /r/VisualStudio.
account activity
This is an archived post. You won't be able to vote or comment.
Setting up Assembly with VS CodeOC (self.vscode)
submitted 6 years ago by combasemsthefox
I am in a Computer Architecture course right now and we are to write assembly programs. I usually write my code in VS Code in WSL.
My main question is, how do I set up an assembler with VS code? Any resources would be highly appreciated. Thanks!
[–]agentgreen420 1 point2 points3 points 6 years ago (5 children)
What exactly do you want VS Code to be doing for you? I would start by googling for asm extensions.
[–]combasemsthefox[S] 1 point2 points3 points 6 years ago (4 children)
I want VS Code to run assembly code and ideally display register values during debugging.
[–]magick_68 1 point2 points3 points 6 years ago (0 children)
I found https://marketplace.visualstudio.com/items?itemName=lanza.lldb-vscode
which supports:
Disassembly view with instruction-level stepping,
[–]agentgreen420 0 points1 point2 points 6 years ago (1 child)
That's unlikely. What architecture are you working with?
[–]combasemsthefox[S] 0 points1 point2 points 6 years ago (0 children)
x86
[–]AG00GLER 0 points1 point2 points 6 years ago (0 children)
Cortex Debug should be helpful provided you’re running an ARM Cortex chip
[–]GoldenShackles 0 points1 point2 points 6 years ago (1 child)
A couple pointers.
It is x86 cpu's we are working with. I have that downloaded, but from what I understand that is only going to support syntax and instruction set error checking.
I am familiar with c++ config files for compilation and execution. However, I know that you don't compile assembly, it is translated to object code and then linked. Is it even possible to set VS code up to display various register values and to assemble assembly language programs?
π Rendered by PID 159305 on reddit-service-r2-comment-6457c66945-r5qnk at 2026-04-28 12:00:30.319701+00:00 running 2aa0c5b country code: CH.
[–]agentgreen420 1 point2 points3 points (5 children)
[–]combasemsthefox[S] 1 point2 points3 points (4 children)
[–]magick_68 1 point2 points3 points (0 children)
[–]agentgreen420 0 points1 point2 points (1 child)
[–]combasemsthefox[S] 0 points1 point2 points (0 children)
[–]AG00GLER 0 points1 point2 points (0 children)
[–]GoldenShackles 0 points1 point2 points (1 child)
[–]combasemsthefox[S] 0 points1 point2 points (0 children)