formulahendry / formulahendry/vscode-code-runner

x86 and x64 Assembly language support

Open
#427 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.4k
Forks
351
PR merge metrics
No merged PRs in 30d

Description

Is it possible to compile assembly language with Microsoft Visual Studio Code?

The commands would look something like this:

`
sudo nasm -f elf64 helloWorld.asm
`

`
ld helloWorld.o -o helloWorld
`

`
./helloWorld
`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.